0.0.6 • Published 2 years ago

booth-table v0.0.6

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

booth-table

Booth Table

Install

$ npm install booth-table

Usage

import BoothTable from "booth-table";

<BoothTable
  options={{
    disableDataColor: false,
    valueColors: {"100": "orange", "102": "green"}
  }}
  data={data}
  onClick={({ value, originalColor }) => {
    console.log(value, originalColor);
  }}
/>

Contribution

  1. Fork it ( http://github.com/argano/booth-table )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT

0.0.5

2 years ago

0.0.4

3 years ago

0.0.6

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago