Codecov CircleCI npm (scoped)

> 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 - [Article view count](https://docs.views.show/) - [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)