firede / zeit-ui-react

Modern and minimalist React UI library.

Home Page:https://react.zeit-ui.co

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 @zeit-ui/react or npm i @zeit-ui/react install it.

  2. import into project:

import { ZeitProvider, CssBaseline } from '@zeit-ui/react'

const Application = () => (
  <ZeitProvider>
    <CssBaseline /> // ---> normalize styles
    <AppComponent /> // ---> Your App Component
  </ZeitProvider>
)

Documentation


Development


Showcases


LICENSE

MIT

About

Modern and minimalist React UI library.

https://react.zeit-ui.co

License:MIT License


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%