1.0.2 • Published 7 years ago
react-color-table v1.0.2
react-color-table
Display some colors in a table sorted by hue and lightness
Install
npm install --save react-color-tableUsage
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