dependabot[bot] ccd32474f7 chore(deps): bump elliptic from 6.5.2 to 6.5.3 (#355)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-04 06:19:07 +08:00
2020-04-19 13:14:45 +08:00
2020-05-14 01:53:59 +08:00
2020-05-16 23:04:57 +08:00
2020-05-12 16:54:49 +08:00
2020-05-16 23:04:57 +08:00
2020-05-06 14:25:09 +08:00
2020-05-16 23:04:57 +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-07-21 21:39:07 +08:00
2020-05-08 20:54:11 +08:00
2020-03-19 01:15:58 +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 { ZeitProvider, CssBaseline } from '@zeit-ui/react'

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

Documentation


Development


Showcases


LICENSE

MIT

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