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

0.0.4 • Public • Published

@bluemojo/chrome

This is a package for chrome color picker

Installation

npm install @bluemojo/chrome

Examples

import { Chrome } from '@bluemojo/chrome';

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

/@bluemojo/chrome/

    Package Sidebar

    Install

    npm i @bluemojo/chrome

    Weekly Downloads

    5

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    35.3 kB

    Total Files

    9

    Last publish

    Collaborators

    • shevvy