Built-in Schema Fields
ColorField
Basic Usage
Use ColorField when the schema needs a color value with standard field UI and validation support.
Registry
- Key:
color - Module:
src/forms/fields/ColorField.tsx
Role in SchemaForm
Color value using ColorInput (or related kit primitive) with FieldLayout and engine binding.
Example schema
json
{
"$field": "color",
"name": "brandColor",
"label": "Brand color"
}Related
- Plain component docs: ColorInput
Edit this page
Last updated: May 22, 2026, 6:53 PM