Release react-package

This commit is contained in:
Eric Fennis
2020-12-02 15:11:29 +01:00
parent c073a2c529
commit 66ac072870
2 changed files with 13 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ Lucide is a community-run fork of [Feather Icons](https://github.com/feathericon
* [Options](#additional-options) * [Options](#additional-options)
* [Treeshake library](#treeshake-the-library-only-use-the-icons-you-use) * [Treeshake library](#treeshake-the-library-only-use-the-icons-you-use)
* [Custom binding](#custom-element-binding) * [Custom binding](#custom-element-binding)
* [React](#with-react)
* [Figma](#figma) * [Figma](#figma)
* [Contributing](#contributing) * [Contributing](#contributing)
* [Community](#community) * [Community](#community)
@@ -150,9 +151,17 @@ myApp.appendChild(menuIcon);
### With React ### With React
You can also use the lucide library as react icons. You can also use the Lucide library using the react package.
See [documentation](https://github.com/lucide-icons/lucide/blob/master/packages/lucide-react/README.md). ```sh
yarn add lucide-react
# or
npm install lucide-react
```
For more details, see the [documentation](https://github.com/lucide-icons/lucide/blob/master/packages/lucide-react/README.md).
### Figma ### Figma

View File

@@ -1,7 +1,7 @@
{ {
"name": "lucide-react", "name": "lucide-react",
"description": "Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.", "description": "Lucide React package, Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.",
"version": "0.1.2-beta.5", "version": "0.11.0",
"license": "ISC", "license": "ISC",
"amdName": "lucide-react", "amdName": "lucide-react",
"source": "build/lucide-react.js", "source": "build/lucide-react.js",