@streetscape.gl/monochrome
Version:
A toolkit of React components for streetscape.gl
28 lines (20 loc) • 485 B
Markdown
# @streetscape.gl/monochrome
`@streetscape.gl/monochrome` is a React component library that offers highly stylable UI controls.
## Installation
```bash
npm install @streetscape.gl/monochrome
```
## Examples & Documentation
- [Styling Guide](/docs/api-reference/styling-guide.md)
- [Storybook](https://uber-web.github.io/monochrome/)
## Development
```bash
# install dependencies
yarn
# run tests
npm run test
# run flow typecheck
npm run typecheck
# run storybook
npm start
```