react-color-wheel-picker
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

React Color Wheel Picker

inspired by react-color-picker-wheel

npm i react-color-whell-picker
or
yarn add react-color-wheel-picker

Demo

import ColorPicker from 'react-color-wheel-picker';


const CustomColorPicker = () => {

    const [colors, setColors] = useState({ hex: '#222222' });


    retrun (
        <ColorPicker
          initialColor={colors.hex}
          onChange={(color) => setColors(color)}
          size={300}
        />
    }
)

export default CustomColorPicker;

Dependents (0)

Package Sidebar

Install

npm i react-color-wheel-picker

Weekly Downloads

2

Version

1.0.11

License

none

Unpacked Size

44.5 kB

Total Files

16

Last publish

Collaborators

  • hasi6