React package (#105)

* init new react package project

* setup react package

* Fix config for build

* update package

* Fix build

* update package

* fix package.json

* refactor and cleanup

* bumb beta version

* fix regex

* bump version

* Add hashing

* Add tests

* bump version

* Add peer dependecies

* Add docs

* Add readme link
This commit is contained in:
Eric Fennis
2020-12-02 13:48:39 +01:00
committed by GitHub
parent 571cab88ee
commit cedf113b54
335 changed files with 5164 additions and 11847 deletions
+6
View File
@@ -148,6 +148,12 @@ const myApp = document.getElementById('app');
myApp.appendChild(menuIcon);
```
### With React
You can also use the lucide library as react icons.
See [documentation](https://github.com/lucide-icons/lucide/blob/master/packages/lucide-react/README.md).
### Figma
You can use the components from [this Figma file](https://www.figma.com/file/g0UipfQlRfGrntKPxZknM7/Featherity).