A collection of different UI components for React projects, written in TypeScript.
- React
- TypeScript
- Storybook - for testing component in isolation
- Rollup (for bundling)
- npm (for local testing and later for publishing)
- For now, you can download a zip file of this project, open it up and run
npm i
to install all the dependencies. - Once done, run
npm link
to create a global link for this project on your local system. - From any project that you want to use this library in, run
npm link react-component-lib
This project is in it's early stages of development. I have started with the simpler UI elements and will gradually move towards more complex ones. If you have any ideas, or want some component to be included, please be sure to add it as a new request
in the Issues section.
- How to write stories - Storybook Official Docs
{ "version": "0.0.1 - beta" }