Skip to content

Instantly share code, notes, and snippets.

@siumhossain
Created December 30, 2021 09:42
Show Gist options
  • Save siumhossain/f97bff114107e49574fc31bd15488f38 to your computer and use it in GitHub Desktop.
Save siumhossain/f97bff114107e49574fc31bd15488f38 to your computer and use it in GitHub Desktop.
mdb bootstrap use in Vue3

First have to install mbd in root project

npm i mdb-ui-kit

Then, have to import mdb js and cs file in main.js file.

import "mdb-ui-kit/js/mdb.min.js";
import "mdb-ui-kit/css/mdb.min.css"

Ok now ready to go........

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment