Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akapez/rt-ui-library
Component Library 🦄
https://github.com/akapez/rt-ui-library
component-library react storybook tailwindcss typescript
Last synced: 5 days ago
JSON representation
Component Library 🦄
- Host: GitHub
- URL: https://github.com/akapez/rt-ui-library
- Owner: akapez
- License: mit
- Created: 2024-10-18T05:39:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T09:53:37.000Z (4 months ago)
- Last Synced: 2024-10-19T13:17:24.046Z (4 months ago)
- Topics: component-library, react, storybook, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## React + Typescript UI Library
This is a React-based UI library designed to provide reusable and customizable components. The library is integrated with Storybook for interactive documentation and easy development.
#### Storybook
Storybook provides an interactive environment to develop and test your components.
##### Run Storybook
To start Storybook, run the following command:
```
npm run storybook
```