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

2.1.5 • Public • Published

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

Package Sidebar

Install

npm i @eezyquote/geist-ui

Weekly Downloads

1

Version

2.1.5

License

MIT

Unpacked Size

4.63 MB

Total Files

696

Last publish

Collaborators

  • nemuksis