Color Picker
Overview
The Color Picker component is a custom Perspective component that allows users to select colors in a user-friendly way. It provides a visual interface for selecting colors, making it easier for users to choose the right color for their application.
Props
The Color Picker component has the following props:
Prop Name | Type | Description | Input/Output |
---|---|---|---|
color | string | The current color value in HEX format. | Both |
readonly | boolean | If true, the color picker is disabled and cannot be interacted with. | Input |