mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Update README and package.json
This commit is contained in:
@@ -2,6 +2,28 @@
|
||||
|
||||
A UI component library utilizing Vite and Storybook to be used in my personal projects.
|
||||
|
||||
## Requirements
|
||||
|
||||
You need to have `react` and `styled-components` already installed as they are peer dependencies.
|
||||
|
||||
## Installation
|
||||
|
||||
To install the package using `yarn` run the following command:
|
||||
|
||||
```
|
||||
yarn add crimson-quirks-ui
|
||||
```
|
||||
|
||||
You can use any other package manager you prefer like `npm`.
|
||||
|
||||
## Development
|
||||
|
||||
If you want to add more components for example and you want a development environment you can use `storybook`:
|
||||
|
||||
```
|
||||
yarn storybook
|
||||
```
|
||||
|
||||
## Reference
|
||||
|
||||
I used this [Starter Component Library Repo](https://github.com/dev-divein/react-storybook-tailwind) as a reference.
|
||||
|
||||
Reference in New Issue
Block a user