Skip to content

Commit

Permalink
feat: initial release
Browse files Browse the repository at this point in the history
Signed-off-by: Florian BOUILLON <[email protected]>
  • Loading branch information
Aviortheking committed Jun 28, 2023
1 parent 1bae297 commit fc0eb04
Show file tree
Hide file tree
Showing 5 changed files with 9,708 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/
node_modules/
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
# lucide-astro
# 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
```

## Usage

You can import each icons individually like below

```astro
---
import { WifiOff } from 'lucide-astro'
---
<Layout>
<WifiOff />
</Layout>
```

## 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)
Loading

0 comments on commit fc0eb04

Please sign in to comment.