Type Alias: InputColor

InputColor = "default" | "success" | "warning" | "danger"

Semantic colors supported by the input component.

Example

const color: InputColor = 'success';