TagsInput
A TagsInput component from the Sigil design system.
import { TagsInput } from "@sigil-ui/components";
<TagsInput>TagsInput content</TagsInput>
| Prop | Type | Default | Description |
|---|
value | string[] | — | — |
defaultValue | string[] | — | — |
onChange | (tags: string[]) => void | — | — |
placeholder | string | — | — |
disabled | boolean | — | — |
max | number | — | — |
| CSS Variable | Purpose |
|---|
--s-input-height | Input height |
--s-radius-input | Radius input |
--s-radius-md | Radius md |
--s-border | Border |
--s-border-style | Border style |
--s-background | Background |
--s-primary | Primary |
--s-duration-fast | Duration fast |
--s-radius-sm | Radius sm |
--s-surface | Surface |
--s-text | Text |
--s-text-muted | Text muted |