Modern and minimalist React UI library, originating from Vercel's design. NOTE: This is a COMMUNITY PROJECT, not associated with Vercel. Quick Start run yarn add @geist-ui/core or npm i @geist-ui/core install it. import into project: import { GeistProvider, CssBaseline } from '@geist-ui/core' const Application = () => ( <GeistProvider> <CssBaseline /> // ---> Normalize styles <AppComponent /> // ---> Your App Component </GeistProvider> ) Documentation Document Site 中文文档 Development Contributing Guide 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 MIT
geist-org/geist-ui
Quick Start
run
yarn add @geist-ui/core
ornpm i @geist-ui/core
install it.import into project:
Documentation
Development
Showcases
LICENSE
MIT