William 4bf7ca60f8 feat(table): add update row action to Table (#378)
* feat: add update to Table's actions. add test and doc

fix(table): fix comments

* feat(table): improve type for table actions

chore: update docs

chore: remove unused types

chore(table): improve docs

Co-authored-by: William Castandet <williamcastandet@williams-air.home>
Co-authored-by: unix <unix.bio@gmail.com>
2021-01-31 17:49:30 +08:00
2020-04-19 13:14:45 +08:00
2020-08-24 18:40:07 +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-08-24 18:40:07 +08:00
2020-03-19 01:15:58 +08:00
2021-01-31 17:49:30 +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%