Color Area

A color area lets users tweak two channels of an RGB, HSL, or HSB color against a 2D gradient backdrop.

Basic

A color area allows users to select a color interactively.

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 Area's decked out with several components to make it bangin'.

Color Thumb

A color thumb is a circular element that can be dragged to change the color value.

Installation

If you hit any issues, make sure you check out the installation guide here.

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.

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 Area's decked out with several components to make it bangin'.

Color Thumb

A color thumb is a circular element that can be dragged to change the color value.

Channel

Specify the color channels for the horizontal and vertical axes using the xChannel and yChannel properties.

Space

Define the color space for operation, which must align with the xChannel and yChannel. The default is set based on the color or defaultColor value. Valid types include rgb, hsl, and hsb.

Controlled

Control the color area by specifying channels for the horizontal (xChannel) and vertical (yChannel) axes.

hex#FF0000hexa#FF0000FFrgbrgb(255, 0, 0)rgbargba(255, 0, 0, 1)hslhsl(0, 100%, 50%)hslahsla(0, 100%, 50%, 1)hsbhsb(0, 100%, 100%)hsbahsba(0, 100%, 100%, 1)

Disabled

Disable the color area component. While it's possible to disable the thumb component, it's generally not advisable.

Color Area with Slider

You can use the color area with the slider to control the color.

50°