nuxt-phosphor-icons
nuxt-phosphor-icons
Just a simple integration for @phosphor-icons in Nuxt
Nuxt Phosphor Icons
An easier way of using @phosphor-icons/vue 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-icons
That's it! You can now use nuxt-phosphor-icons
in your Nuxt app ✨
Usage
<PhosphorIcon name="moon-stars" />
Resources
- Documentation: https://nuxt-phosphor-icons.vercel.app
- Phosphor Icons: https://phosphoricons.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