nuxt-bootstrap-icons
v3.3.3
Published
An easier way of using bootstrap-icons in your Nuxt project!
Readme
Nuxt Bootstrap Icons
An easier way of using bootstrap-icons in your Nuxt project!
Setup
Run the following command to install and add the module to your project:
npx nuxi@latest module add nuxt-bootstrap-iconsThat's it! You can now use nuxt-bootstrap-icons in your Nuxt app ✨
Usage
<BootstrapIcon name="alarm-fill" />Resources
- Documentation: https://nuxt-bootstrap-icons.vercel.app
- Icons: https://icons.getbootstrap.com
Contributing
You can contribute to this module with StackBlitz:
or locally:
Documentation
- 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
