https://github.com/aakashns/simple-component-library
Example to demonstrate creation of React component libraries using Create React App
https://github.com/aakashns/simple-component-library
react
Last synced: over 1 year ago
JSON representation
Example to demonstrate creation of React component libraries using Create React App
- Host: GitHub
- URL: https://github.com/aakashns/simple-component-library
- Owner: aakashns
- Created: 2018-05-21T04:10:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T23:30:15.000Z (about 8 years ago)
- Last Synced: 2023-11-03T16:00:36.522Z (over 2 years ago)
- Topics: react
- Language: HTML
- Homepage: https://hackernoon.com/creating-a-library-of-react-components-using-create-react-app-without-ejecting-d182df690c6b
- Size: 73.2 KB
- Stars: 53
- Watchers: 4
- Forks: 36
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-component-library
A library of React components created using [`create-component-lib`](https://www.npmjs.com/package/create-component-lib).
Learn more: https://hackernoon.com/creating-a-library-of-react-components-using-create-react-app-without-ejecting-d182df690c6b
## Installation
```
npm install simple-component-library
```