InputColor

The InputColor component is a custom color picker input.

# Basic Usage


InputColor Component

PropTypeDescription
classNamestringAdditional CSS classes.
namestringIdentifier for the checkbox in form submission.
labelstringLabel text for the color input.
registerfunctionFunction to register the input with the useForm hook.
requiredbooleanSpecifies if the field is required.
disabledbooleanDisables interaction with the input field.