> @zeit-ui/react -- Modern and minimalist React UI library, originating from ZEIT 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 = () => (
// ---> Base provider
// ---> normalize styles
// ---> Your App Component
)
```
## Documentation
- [Document Site](https://react.zeit-ui.co)
- [中文文档](https://react.zeit-ui.co/zh-cn)
## 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)