From 66ac072870ee2344211b02e95abf1417a4a7d78e Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Wed, 2 Dec 2020 15:11:29 +0100 Subject: [PATCH] Release react-package --- README.md | 13 +++++++++++-- packages/lucide-react/package.json | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aae2966..90c0cc0 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Lucide is a community-run fork of [Feather Icons](https://github.com/feathericon * [Options](#additional-options) * [Treeshake library](#treeshake-the-library-only-use-the-icons-you-use) * [Custom binding](#custom-element-binding) + * [React](#with-react) * [Figma](#figma) * [Contributing](#contributing) * [Community](#community) @@ -150,9 +151,17 @@ myApp.appendChild(menuIcon); ### 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 diff --git a/packages/lucide-react/package.json b/packages/lucide-react/package.json index c91720f..aa9ff16 100644 --- a/packages/lucide-react/package.json +++ b/packages/lucide-react/package.json @@ -1,7 +1,7 @@ { "name": "lucide-react", - "description": "Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.", - "version": "0.1.2-beta.5", + "description": "Lucide React package, Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.", + "version": "0.11.0", "license": "ISC", "amdName": "lucide-react", "source": "build/lucide-react.js",