mdbootstrap / mdb-ui-kit

Bootstrap 5 & Material Design UI KIT
https://mdbootstrap.com/docs/standard/
Other
24.1k stars 3.53k forks source link

how to auto import all components with vue3? #1525

Open aaronkingdom opened 11 months ago

aaronkingdom commented 11 months ago

hi everyones,

now i need to import manually, how to import all module?? my file like this

monayemislam commented 7 months ago

Hello @aaronkingdom , At first install the kit by running following command npm i mdb-ui-kit Then you can import the entire library by following code import * as mdb from 'mdb-ui-kit'; After importing you will find all module inside mdb