uiwjs / react-color

🎨 Is a tiny color picker widget component for React apps.
https://uiwjs.github.io/react-color
MIT License
274 stars 92 forks source link

Direction hue "vertical" #126

Closed Lbdevaa closed 1 year ago

Lbdevaa commented 1 year ago

Is it possible to implement direction="vertical"?

jaywcjlove commented 1 year ago

@Lbdevaa Is that component?

Lbdevaa commented 1 year ago

@Lbdevaa Is that component?

<Hue direction="vertical" hue={hsva.h} onChange={newHue => { setHsva({...hsva, ...newHue}); }} />