# react
**Repository Path**: mirrors_fkhadra/react
## Basic Information
- **Project Name**: react
- **Description**: React implementation for ZEIT design.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2026-02-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
> @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)