1.0.0-alpha.2 • Published 4 years ago

@confi/conflux-react-ui-test-package v1.0.0-alpha.2

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

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>        //  ---> Base provider
    <CssBaseline />     //  ---> normalize styles
    <AppComponent />    //  ---> Your App Component
  </ZeitProvider>
)

Documentation

Development

Showcases

LICENSE

MIT