@nopain1210/react-ui
TypeScript icon, indicating that this package has built-in type declarations

2.0.5 • Public • Published

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

Package Sidebar

Install

npm i @nopain1210/react-ui

Weekly Downloads

0

Version

2.0.5

License

MIT

Unpacked Size

4.2 MB

Total Files

684

Last publish

Collaborators

  • nopain1210