james-react
v0.1.7
Published
A component library based off of material-ui, customized in a way to make the UI more consistent.
Downloads
4
Readme
James React
A component library based off of material-ui, customized in a way to make the UI more consistent.
Github Actions
This package uses Github Actions which makes publishing very painless.
Publishing Steps
- Update the version:
git checkout develop
npm version (major|minor|patch)
git push
- Make a PR from develop to master.
Once merged Github Actions will handle publishing the new version to NPM.