Color Input — Playground

px

Hex and OKLCH values are supported.

size
State
html.html
<kui-field label="Primary seed" hint="Hex and OKLCH values are supported.">
  <input kuiColorInput autocomplete="off" />
</kui-field>
NameTypeDefaultDescription
kuiColorInputdirective-Applies Kikita color-input styling and picker affordances to a native input.
size'xs' | 'sm' | 'md' | 'lg''md'Control height matched to Kikita UI size tokens.
invalidbooleanfalseApplies an error border and inherits invalid state from parent kui-field.
idstring | undefinedfield idNative input id override.
swatchLabelstring'Open color picker'Accessible label for the swatch button.

Inputs verified against @kikita-labs/ui v1.6.1 public typings.