Skip to content

A design system for building modern websites and applications.

License

Notifications You must be signed in to change notification settings

clive-cudi/geist-ui

 
 

Repository files navigation

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 @clive-cudi/geist-ui or npm i @clive-cudi/geist-ui install it.

  2. import into project:

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

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

Documentation

Development

Showcases

LICENSE

MIT

Disclaimer

  • This is a fork of geist-ui
  • I wanted to resolve some annoying warning when using geist-ui in a react project and of course tweak the library a bit to fit some specs.
    • Here's the warning I'm talking about. You might have come across it
    Warning: GeistBreadcrumbs: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
    

About

A design system for building modern websites and applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 58.9%
  • MDX 37.0%
  • JavaScript 4.1%