react-color-table
v1.0.2
Published
Display some colors in a table sorted by hue and lightness
Downloads
4
Readme
react-color-table
Display some colors in a table sorted by hue and lightness
Install
npm install --save react-color-table
Usage
import * as React from 'react'
import { ColorTable } from 'react-color-table'
export const Example = () =>
<ColorTable
colors={['#123123', 'rgba(123,123,123,12)']}
averageDuplicates
inferBlanks
/>
Props
| name | type | default | | ----------------- | ------------- | ------- | | colors | string[] | [] | | rowHeight? | string/number | 64 | | columnWidth? | string/number | '100%' | | averageDuplicates | boolean | false | | inferBlanks | boolean | false |
License
MIT © Hermanya