@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} />;
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    13
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    13
  • 0.0.4
    1
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    1

Package Sidebar

Install

npm i @bluemojo/colorful

Weekly Downloads

15

Version

0.0.5

License

MIT

Unpacked Size

25.8 kB

Total Files

9

Last publish

Collaborators

  • shevvy