0.3.2 • Published 2 years ago

starter-library v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Component Library

A React Component Library using TailWindCss for my personal projects.

Node.js Package

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}

Features

Color Referece

NameColorHex
Grain Brown#E0C8AB#E0C8ABLight Shade
Jumbo#78787C#78787CLight Accent
Astronaut#265C73#265C73Main
Elephant#0D303B#0D303BDark Accent
OuterSpace#1F292D#1F292DDark Shade
NameColorCodeSemantic
Astronaut#265c73#265c73Primary
Outer Space#1f292d#1f292dInfo
Chateau Green#41965b#41965bSuccess
Marigold#be8623#be8623Warning
Pomegranate#f44336#f44336Danger
Default#999999#999999Grey

Installation

Contributing

Running Storybook

To run storybook, run the following command

npm run storybook

Running Tests

To run tests, run the following command

  npm run test

Deployment

To deploy this project run

  npm run deploy

License

MIT

Authors

0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.0

2 years ago