@jonathansees/crown-molding
v1.1.2
Published
Custom styled-components framework
Downloads
4
Readme
Crown Molding
| Task | Description | | ----------- | ----------- | | Run Storybook | Run Storybook on your local machine to view components | | NPM Package Deploy | Release new version on NPM | | Components | List components |
Storybook
npm run docs
- View in Storybook (http://localhost:9001)
NPM
git tag -a v[x.x.x] -m "version [x.x.x]"
- Version bump in package.json to match git tag
- Push branch
- Go to Github and draft a new release
- Add tag version that matches the git tag - v[x.x.x]
- Add Release title - v[x.x.x]
- Add Release description
- Publish release
Components
- Button
- Checkbox
- Radio
- Select
- Table
- TextInput