unix eb596f4592 test(button-group): add testcase
test: update snapshots
2020-05-11 18:38:15 +08:00
2020-04-19 13:14:45 +08:00
2020-03-29 11:04:22 +08:00
2020-05-06 14:51:15 +08:00
2020-05-06 14:51:15 +08:00
2020-04-14 19:07:51 +08:00
2020-05-06 14:25:09 +08:00
2020-05-06 14:51:15 +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-05-11 00:25:48 +08:00
2020-05-04 17:51:49 +08:00
2020-05-08 20:54:11 +08:00
2020-03-19 01:15:58 +08:00
2020-05-06 14:51:15 +08:00

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 { CSSBaseline, ZEITUIProvider } from '@zeit-ui/react'

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

Documentation


Development


Showcases


LICENSE

MIT

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