# react
**Repository Path**: xunyev2/react
## Basic Information
- **Project Name**: react
- **Description**: https://github.com/geist-org/react.git
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-12-21
- **Last Updated**: 2022-03-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
> Modern and minimalist React UI library, originating from Vercel's design.
> **NOTE: This is a COMMUNITY PROJECT, [not associated with Vercel](https://github.com/geist-org/react/issues/635).**
## 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)
- [Regex-Vis: Regex visualizer & editor](https://github.com/Bowen7/regex-vis)
- [Add here](https://github.com/geist-org/react/issues/new)
## LICENSE
[MIT](./LICENSE)