1.3.0 • Published 1 year ago
nuxt-phosphor-icons v1.3.0
Nuxt Phosphor Icons
Just a simple integration for Phosphor Icons in Nuxt
Quick Setup
Add
nuxt-phosphor-iconsdependency to your project# Using pnpm pnpm add -D nuxt-phosphor-icons # Using yarn yarn add --dev nuxt-phosphor-icons # Using npm npm install --save-dev nuxt-phosphor-iconsAdd
nuxt-phosphor-iconsto themodulessection ofnuxt.config.ts
export default defineNuxtConfig({
modules: ["nuxt-phosphor-icons"],
});- Icon usage in your code
<PhosphorIcon{ icon-name } />Example :-
<!-- Phone icon -->
<PhosphorIconPhone :size="32" color="#fafafa" weight="fill" />
<!-- Envelope Simple icon -->
<PhosphorIconEnvelopeSimple :size="32" color="#fafafa" weight="fill" />That's it! You can now use nuxt-phosphor-icons in your Nuxt app ✨
Resources
- Documentation: https://nuxt-phosphor-icons.vercel.app
- Phosphor Icons: https://phosphoricons.com
Contributing
You can contribute to this module with StackBlitz:
or locally for either
Documentation
- Clone the repository
- Install dependencies with
pnpm install - Run development server with
pnpm docs:dev
Note: Hosted on Vercel
Playground
- Clone the repository
- Install dependencies with
pnpm install - Run development server with
pnpm playground:dev
1.3.0
1 year ago
1.2.5
1 year ago
1.2.4
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.1.1
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.0
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago