0.3.2 • Published 2 years ago
starter-library v0.3.2
Component Library
A React Component Library using TailWindCss for my personal projects.
Usage/Examples
import Component from 'my-project'
function App() {
return <Component />
}Features
Color Referece
| Name | Color | Hex | |
|---|---|---|---|
| Grain Brown | #E0C8AB | Light Shade | |
| Jumbo | #78787C | Light Accent | |
| Astronaut | #265C73 | Main | |
| Elephant | #0D303B | Dark Accent | |
| OuterSpace | #1F292D | Dark Shade |
| Name | Color | Code | Semantic |
|---|---|---|---|
| Astronaut | #265c73 | Primary | |
| Outer Space | #1f292d | Info | |
| Chateau Green | #41965b | Success | |
| Marigold | #be8623 | Warning | |
| Pomegranate | #f44336 | Danger | |
| Default | #999999 | Grey |
Installation
Contributing
Running Storybook
To run storybook, run the following command
npm run storybookRunning Tests
To run tests, run the following command
npm run testDeployment
To deploy this project run
npm run deploy