A vanilla-js touch-friendly HSV color picker inspired by Farbtastic Color Picker.
The <sp-color-handle>
is used to select a colour on an <sp-color-area>
, <sp-color-slider>
, or `<sp-color-wheel
. It functions similarly to the handle on an
<sp-slider>`.
An <sp-color-area>
allows users to visually select two properties of a color simultaneously. It's commonly used together with a color slider or color wheel.
An `<sp-color-wheel
` lets users visually change an individual channel of a color on a circular track.