0.0.1 • Published 4 years ago

@vercel-ui/react v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

@zeit-ui/react -- Modern and minimalist React UI library, originating from ZEIT Design.

Quick Start

  1. run yarn add @zeit-ui/react or npm i @zeit-ui/react install it.

  2. import into project:

import { CSSBaseline, ZEITUIProvider } from '@zeit-ui/react'

const Application = () => (
  <ZEITUIProvider>      //  ---> Base provider
    <CSSBaseline />     //  ---> normalize styles
    <AppComponent />    //  ---> Your App Component
  </ZEITUIProvider>
)

Documentation

Development

  1. fork and clone.
  2. start: yarn && yarn dev

Showcases

LICENSE

MIT

0.0.1

4 years ago