2020-03-25 02:35:20 +08:00
2020-03-19 02:09:58 +08:00
2020-03-19 02:04:41 +08:00
2020-03-19 01:15:58 +08:00
2020-03-25 00:52:03 +08:00
2020-03-19 01:15:58 +08:00
2020-03-19 01:15:58 +08:00
2020-03-19 01:15:58 +08:00
2020-03-19 01:14:49 +08:00
2020-03-19 02:09:58 +08:00
2020-03-19 01:15:58 +08:00
2020-03-19 01:15:58 +08:00
2020-03-25 00:57:01 +08:00
2020-03-19 01:15:58 +08:00
2020-03-19 01:15:58 +08:00
2020-03-19 01:15:58 +08:00

@zeit-ui/react -- React implementation for ZEIT Style, originating from ZEIT Design.

work in progress. version info: npm/package/@zeit-ui/react


Quick Start

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

  2. import to projcet:

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

const Application = () => {
  return (
    <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

Description
No description provided
Readme MIT 5.6 MiB
Languages
TypeScript 61%
MDX 38.1%
JavaScript 0.9%