2.0.5 • Published 4 years ago

@nopain1210/react-ui v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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