0.0.4 • Published 11 months ago

@terrazzo/react-color-picker v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@terrazzo/react-color-picker

Pick colors using CSS Color Module 4, wide color gamut (WCG), and all supported web colorspaces using React and WebGL for monitor-accurate colors. Powered by 🌈 Culori.

2 kB, enforced by size-limit

Setup

pnpm i @terrazzo/react-color-picker
import ColorPicker from '@terrazzo/react-color-picker';
import { useState } from 'react';

const [color, setColor] = useState('color(display-p3 0 0.3 1)');

<ColorPicker value={color} onChange={setColor} />;
0.0.1

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.4

11 months ago

0.0.0

1 year ago