Skip to content

Commit

Permalink
Add vue to main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Feb 22, 2021
1 parent 4024911 commit 7bd41d9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Lucide is a community-run fork of [Feather Icons](https://github.com/feathericon
* [Treeshake library](#treeshake-the-library-only-use-the-icons-you-use)
* [Custom binding](#custom-element-binding)
* [React](#with-react)
* [Vue](#with-vue)
* [Figma](#figma)
* [Contributing](#contributing)
* [Community](#community)
Expand Down Expand Up @@ -163,6 +164,20 @@ npm install lucide-react

For more details, see the [documentation](https://github.com/lucide-icons/lucide/blob/master/packages/lucide-react/README.md).

### With Vue

You can also use the Lucide library using the Vue package.

```sh
yarn add lucide-vue

# or

npm install lucide-vue
```

For more details, see the [documentation](https://github.com/lucide-icons/lucide/blob/master/packages/lucide-vue/README.md).

### Figma

You can use the components from [this Figma file](https://www.figma.com/file/g0UipfQlRfGrntKPxZknM7/Featherity).
Expand Down

1 comment on commit 7bd41d9

@vercel
Copy link

@vercel vercel bot commented on 7bd41d9 Feb 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.