gepd 5bbce55465 feat: add status prop in checkbox, radio, select, slider and toggle (#530)
* feat: added status prop to set color by states

test: check status success, warning and error

* docs: added playground example and API reference

fix: replaced ´_´ as it's not recommended to use

fix: removed redundant return

refactor: renamed prop from status to type

test: update test with the renamed prop

* docs: update prop references from status to type

fix: status prop not updated to type

fix: missing return

* fix(select): set icons and hover state to follow the theme

* test(slider): update snapshots

* chore: always use relative paths when import types

Co-authored-by: unix <unix.bio@gmail.com>
2021-08-13 17:06:27 +08:00
2020-04-19 13:14:45 +08:00
2021-08-05 18:36:42 +03:00
2021-08-13 17:06:27 +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-03-19 02:09:58 +08:00
2020-08-24 18:40:07 +08:00
2020-03-19 01:15:58 +08:00
2021-08-13 17:06:27 +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%