Firstparty UI
Simple UI library for Firstparty, built on top of Material UI
Install
npm install --save @firstparty/ui
Documentation
Documentation is available at firstparty.github.io/ui, and also included in the "docs" folder within this repo.
Building Documentation
Run npm run styleguide
to "watch" changes to components and see a local server host documentation.
Deploying
- Run
npm run styleguide:build
to make sure docs will render in GitHub Pages - Bump version in
package.json
- Push to GitHub
- Run
npm publish --access public
to deploy to NPM
License
MIT © firstparty