Editable
A Editable component from the Sigil design system.
Import
import { Editable } from "@sigil-ui/components";Preview
Usage
<Editable>Editable content</Editable>Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | — | — |
defaultValue | string | — | — |
onChange | (value: string) => void | — | — |
placeholder | string | — | — |
disabled | boolean | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-text | Text |
--s-primary | Primary |
--s-border | Border |
--s-duration-fast | Duration fast |
--s-radius-sm | Radius sm |
--s-text-muted | Text muted |