witt ac25da9a9b fix(grid): fix the invalid property of flex in the default scene (#457)
* fix(grid): fix the invalid property of flex in the default scene

* test(grid): update snapshots

* chore: release v2.1.2
2021-02-16 17:39:54 +08:00
2020-04-19 13:14:45 +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
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
2020-08-24 18:40:07 +08:00
2020-08-24 18:40:07 +08:00
2021-02-14 16:35:18 +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%