react-color-table

Display some colors in a table sorted by hue and lightness

Usage no npm install needed!

<script type="module">
  import reactColorTable from 'https://cdn.skypack.dev/react-color-table';
</script>

README

react-color-table

Display some colors in a table sorted by hue and lightness

NPM JavaScript Style Guide

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