You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
hi everyones,
now i need to import manually, how to import all module??
1111 2222 <script setup lang="ts"> import { MDBBtn, MDBCard } from 'mdb-vue-ui-kit'; </script>my file like this
The text was updated successfully, but these errors were encountered: