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

1.0.0 • Public • Published

Codecov CircleCI npm (scoped)

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

NOTE: This is a COMMUNITY PROJECT, not associated with Vercel.


Quick Start

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

  2. import into project:

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

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

Documentation

Development

Showcases

LICENSE

MIT

Package Sidebar

Install

npm i @clive-cudi/geist-ui

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.74 MB

Total Files

1058

Last publish

Collaborators

  • clive-cudi