geist ui
v2.3.8

現代和簡約的UI庫,源自Vercel的設計。
注意:這是一個社區項目,與Vercel無關。
運行yarn add @geist-ui/core或npm i @geist-ui/core安裝它。
導入項目:
import { GeistProvider , CssBaseline } from '@geist-ui/core'
const Application = ( ) => (
< GeistProvider >
< CssBaseline /> // --- > Normalize styles
< AppComponent /> // --- > Your App Component
</ GeistProvider >
) 麻省理工學院