booth-table
v0.0.6
Published
Booth Table
Downloads
2
Readme
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
- Fork it ( http://github.com/argano/booth-table )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
License
MIT