Geist

A design system for building modern websites and applications.

README

CodecovCircleCInpm (scoped)


Modern and minimalist React UI library, originating from Vercel's design.


NOTE: This is a COMMUNITY PROJECT, not associated with Vercel.




Quick Start


1. run yarn add @geist-ui/core or npm i @geist-ui/core install it.

2. import into project:

  1. ``` js
  2. import { GeistProvider, CssBaseline } from '@geist-ui/core'

  3. const Application = () => (
  4.   <GeistProvider>
  5.     <CssBaseline /> // ---> Normalize styles
  6.     <AppComponent /> // ---> Your App Component
  7.   </GeistProvider>
  8. )
  9. ```

Documentation



Development



Showcases



LICENSE