> @zeit-ui/react -- React implementation for [ZEIT Style](https://github.com/zeit-ui/zeit-style), originating from [ZEIT Design](https://zeit.co/design).
## Quick Start 1. run `yarn add @zeit-ui/react` or `npm i @zeit-ui/react` install it. 2. import to projcet: ```jsx import { CSSBaseline, ZEITUIProvider } from '@zeit-ui/react' const Application = () => { return ( // ---> Base provider // ---> normalize styles // ---> Your App Component ) } ```
## Documentation - [Document Site](https://react.zeit-ui.co/)
## Development 1. fork and clone. 2. start: `yarn && yarn dev`
## Showcases - [views.show](https://docs.views.show/) - [tree viewer for cdn](https://cdn.unix.bio/) - [Implement of ZEIT's Dashboard](https://github.com/ofekashery/zeit-dashboard-template) - [Add here](https://github.com/zeit-ui/react/issues/new)
## LICENSE [MIT](./LICENSE)