mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-06 22:44:08 +08:00
563fb67c728a4c424d705ce518889a493c0042f4
* fix: move use-input to root-layer * chore: move all hooks to root-layer * test: fix test utils path for hooks
Modern and minimalist React UI library, originating from Vercel's design.
Quick Start
-
run
yarn add @geist-ui/reactornpm i @geist-ui/reactinstall it. -
import into project:
import { GeistProvider, CssBaseline } from '@geist-ui/react'
const Application = () => (
<GeistProvider>
<CssBaseline /> // ---> Normalize styles
<AppComponent /> // ---> Your App Component
</GeistProvider>
)
Documentation
Development
Showcases
- Secret
- Article view count
- Tree viewer for CDN
- Better social image
- SentiNEO: Near-Earth Objects Viewer
- Dashboard Design
- Regex-Vis: Regex visualizer & editor
- Add here
LICENSE
Languages
TypeScript
61%
MDX
38.1%
JavaScript
0.9%
