https://github.com/ghostffcode/0xtoolkit
https://github.com/ghostffcode/0xtoolkit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostffcode/0xtoolkit
- Owner: ghostffcode
- Created: 2023-01-08T01:51:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:31:16.000Z (over 3 years ago)
- Last Synced: 2024-10-18T20:48:55.892Z (over 1 year ago)
- Language: TypeScript
- Size: 337 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/Aakash1103Jha/react-component-lib/actions/workflows/node-ci.yml) 
# React Component Library
A collection of different UI components for React projects, written in TypeScript.
## Stack:
  
1. React
2. TypeScript
3. Storybook - for testing component in isolation
4. Rollup (for bundling)
5. npm (for local testing and later for publishing)
## Installation
1. For now, you can download a zip file of this project, open it up and run `npm i` to install all the dependencies.
2. Once done, run `npm link` to create a global link for this project on your local system.
3. From any project that you want to use this library in, run `npm link react-component-lib`
## Request New Components
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.
## References
1. How to write stories - [Storybook Official Docs]
[storybook official docs]: https://storybook.js.org/docs/react/writing-stories/introduction
---
```json
{ "version": "0.0.1 - beta" }
```