mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-07 22:41:59 +08:00
4bf7ca60f864e138ae19dad13d8d4c50f98dfbf6
* feat: add update to Table's actions. add test and doc fix(table): fix comments * feat(table): improve type for table actions chore: update docs chore: remove unused types chore(table): improve docs Co-authored-by: William Castandet <williamcastandet@williams-air.home> 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
- Article view count
- Tree viewer for CDN
- Better social image
- SentiNEO: Near-Earth Objects Viewer
- Dashboard Design
- Add here
LICENSE
Languages
TypeScript
61%
MDX
38.1%
JavaScript
0.9%
