The InputColor component is a custom color picker input.
| Prop | Type | Description |
|---|---|---|
| className | string | Additional CSS classes. |
| name | string | Identifier for the checkbox in form submission. |
| label | string | Label text for the color input. |
| register | function | Function to register the input with the useForm hook. |
| required | boolean | Specifies if the field is required. |
| disabled | boolean | Disables interaction with the input field. |