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 >
) มิกซ์