An HEX value color picker.

import { PlumaTestHelpers } from '@customerio/pluma-components/react/test-helpers/pluma-test-helpers'

const colorPicker = PlumaTestHelpers.extract('ColorPicker', screen.getByTestId('data-test-colorPicker'));

Test Helpers coming soon™!

Test Helpers

Clears the selected color

Closes the color picker

Checks if the color picker is currently disabled

Checks if the color picker is currently open

Opens the color picker

On this page