geist ui
v2.3.8

Moderne und minimalistische React UI -Bibliothek, die aus Vercels Design stammt.
Hinweis: Dies ist ein Community -Projekt, das nicht mit Vercel verbunden ist.
Führen Sie yarn add @geist-ui/core oder npm i @geist-ui/core install It.
in das Projekt importieren:
import { GeistProvider , CssBaseline } from '@geist-ui/core'
const Application = ( ) => (
< GeistProvider >
< CssBaseline /> // --- > Normalize styles
< AppComponent /> // --- > Your App Component
</ GeistProvider >
) MIT