geist ui
v2.3.8

Modern dan minimalis bereaksi perpustakaan UI, yang berasal dari desain Vercel.
Catatan: Ini adalah proyek komunitas, tidak terkait dengan Vercel.
Jalankan yarn add @geist-ui/core atau npm i @geist-ui/core instal.
Impor ke Proyek:
import { GeistProvider , CssBaseline } from '@geist-ui/core'
const Application = ( ) => (
< GeistProvider >
< CssBaseline /> // --- > Normalize styles
< AppComponent /> // --- > Your App Component
</ GeistProvider >
) Mit