witt de0c8fee97 feat: export all types related to components (#562)
* feat: export all types related to components

fix(tooltip): fix the vertical offset of the arrow

* refactor: optimize events of all popup related components

* test: append testcases for popup base component

* test: add testcase for visible events

* test: update snapshots
2021-08-13 17:10:59 +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
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

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%