mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-09 09:03:51 +08:00
a9867cc50d179c92a81ceb96bfc7f2d995986cb5
* docs: add clearable option to select multiple with test and english doc * fix: fix types for onClear * fix: fix import path for use-theme add more test for coverage * docs(select): add chinese document Co-authored-by: unix <unix.bio@gmail.com>
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
LICENSE
Languages
TypeScript
61%
MDX
38.1%
JavaScript
0.9%
