Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzeiocom/lucide-astro
Astro library to get the Lucide.dev icons to the Astro Framework https://lucide-astro.dzeio.com
https://github.com/dzeiocom/lucide-astro
astro icons lucide lucide-astro lucide-icons node
Last synced: 6 days ago
JSON representation
Astro library to get the Lucide.dev icons to the Astro Framework https://lucide-astro.dzeio.com
- Host: GitHub
- URL: https://github.com/dzeiocom/lucide-astro
- Owner: dzeiocom
- License: mit
- Created: 2023-06-28T15:02:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-20T12:35:28.000Z (14 days ago)
- Last Synced: 2024-12-21T01:08:09.408Z (13 days ago)
- Topics: astro, icons, lucide, lucide-astro, lucide-icons, node
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/lucide-astro
- Size: 319 KB
- Stars: 81
- Watchers: 1
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# lucide-astro
Astro library to get the Lucide.dev icons to the Astro Framework
_We follow the Lucide versions for our release, with the exception of the patches_
## Installation
```
npm i lucide-astro
``````
yarn add lucide-astro
``````
pnpm add lucide-astro
```## Usage
You can import each icons individually like below
```astro
---
import { WifiOff } from 'lucide-astro'
---
```
## Compile
1. run `npm i` to install the dependencies
2. run `npm run build` to launch the build
3. done! you can publish it or use it as you like## Attributions
Use the awesome icons from [Lucide](https://lucide.dev/)
based on [astro-feather](https://github.com/gabrlyg/astro-feather)