Color Slider
Slide through gradients, picking the intensity or shade you need, as smoothly as sliding into your favorite jeans.
Basic
Glide through gradients to select the perfect intensity or shade, as effortlessly as slipping into your favorite jeans.
Installation
If you hit any issues, make sure you check out the installation guide here.
Composed Components
When you plug this component from the CLI, it autoloads all the composed components. No need to toss 'em in one at a time.
The Color Slider's decked out with several components to make it bangin'.
Manual Installation
Sometimes, using the CLI is the way to go, so make sure you install the necessary dependencies for the components you want to use.
Anatomy
Import the components and use them as shown below, adapting the structure to fit each component.
With Label
Enhance the color slider by adding a label for clarity and accessibility.
Orientation
By default, the color slider is horizontal. You can change it to vertical by setting the orientation
prop to vertical
.
Controlled
Take direct control over the color slider's value.
Disabled
Disable interaction with the color slider using the isDisabled
prop.