@bluemojo/colorful
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

@bluemojo/colorful

This is a package for colorful color picker

Installation

npm install @bluemojo/colorful

Examples

import { Colorful } from '@bluemojo/colorful';

function Component() {
  const [color, setColor] = useState('#FF0000');
  
  return <Colorful value={color} onChange={setColor} />;
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @bluemojo/colorful

      Weekly Downloads

      4

      Version

      0.0.5

      License

      MIT

      Unpacked Size

      25.8 kB

      Total Files

      9

      Last publish

      Collaborators

      • shevvy