dependabot[bot] cfe7e2b180 chore(deps): bump elliptic from 6.5.3 to 6.5.4 (#472)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 18:09:58 +02:00
2020-04-19 13:14:45 +08:00
2021-02-17 19:26:22 +08:00
2021-02-14 15:58:52 +08:00
2021-02-14 15:58:52 +08:00
2021-02-14 15:58:52 +08:00
2020-05-16 23:04:57 +08:00
2020-05-06 14:25:09 +08:00
2021-02-14 15:58:52 +08:00
2020-05-16 23:04:57 +08:00
2020-03-19 02:09:58 +08:00
2020-08-24 18:40:07 +08:00
2020-03-19 01:15:58 +08:00
2021-02-17 19:26:22 +08:00
2020-08-24 18:40:07 +08:00
2020-08-24 18:40:07 +08:00

Codecov CircleCI npm (scoped)

Modern and minimalist React UI library, originating from Vercel's design.


Quick Start

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

  2. import into project:

import { GeistProvider, CssBaseline } from '@geist-ui/react'

const Application = () => (
  <GeistProvider>
    <CssBaseline /> // ---> Normalize styles
    <AppComponent /> // ---> Your App Component
  </GeistProvider>
)

Documentation


Development


Showcases


LICENSE

MIT

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