Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Latest commit

 

History

History
58 lines (38 loc) · 1.46 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.46 KB

Codecov CircleCI npm (scoped)

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


Quick Start

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

  2. import into project:

import { GeistProvider, CssBaseline } from '@geist-ui/react'

const Application = () => (
  <GeistProvider>
    <CssBaseline /> // ---> Normalize styles
    <AppComponent /> // ---> Your App Component
  </GeistProvider>
)

Documentation


Development


Showcases


LICENSE

MIT