# react-ui
**Repository Path**: shanejix/react-ui
## Basic Information
- **Project Name**: react-ui
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-07-13
- **Last Updated**: 2021-11-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
> Modern and minimalist React UI library, originating from Vercel's design.
## Quick Start
1. run `yarn add @geist-ui/react` or `npm i @geist-ui/react` install it.
2. import into project:
```jsx
import { GeistProvider, CssBaseline } from '@geist-ui/react'
const Application = () => (
// ---> Normalize styles
// ---> Your App Component
)
```
## Documentation
- [Document Site](https://react.geist-ui.dev)
- [中文文档](https://react.geist-ui.dev/zh-cn)
## Development
- [Contributing Guide](https://github.com/geist-org/react/blob/master/.github/CONTRIBUTING.md)
## Showcases
- [Secret](https://secret.gl/)
- [Article view count](https://views-docs.unix.bio/)
- [Tree viewer for CDN](https://cdn.unix.bio/)
- [Better social image](https://img.unix.bio/)
- [SentiNEO: Near-Earth Objects Viewer](https://sentineo.app)
- [Dashboard Design](https://github.com/ofekashery/react-dashboard-design)
- [Add here](https://github.com/geist-org/react/issues/new)
## LICENSE
[MIT](./LICENSE)