> @zeit-ui/react -- Modern and minimalist React UI library, originating from Vercel's design.
## Quick Start
1. run `yarn add @zeit-ui/react` or `npm i @zeit-ui/react` install it.
2. import into project:
```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
- [Article view count](https://docs.views.show/)
- [Tree viewer for CDN](https://cdn.unix.bio/)
- [Better social image](https://img.unix.bio/)
- [Implement of ZEIT's Dashboard](https://github.com/ofekashery/zeit-dashboard-template)
- [Blog of ZEIT's design](https://github.com/unix/unix.bio)
- [Add here](https://github.com/zeit-ui/react/issues/new)
## LICENSE
[MIT](./LICENSE)