renatorib / react

Modern and minimalist React UI library.

Home Page:https://react.geist-ui.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Modern and minimalist React UI library.

https://react.geist-ui.dev

License:MIT License


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%