An easier way of using bootstrap-icons in your Nuxt project!
Run the following command to install and add the module to your project:
npx nuxi@latest module add nuxt-bootstrap-icons
That's it! You can now use nuxt-bootstrap-icons
in your Nuxt app ✨
- Documentation: https://nuxt-bootstrap-icons.vercel.app
- Icons: https://icons.getbootstrap.com
You can contribute to this module with StackBlitz:
or locally:
- Clone the repository
- Install dependencies with
pnpm install
- Setup module for development with
pnpm dev:prepare
- Run development server with
pnpm dev
Note: Hosted on Vercel