Textarea
A Textarea component from the Sigil design system.
Import
import { Textarea } from "@sigil-ui/components";Preview
Usage
<Textarea>Textarea content</Textarea>Props
| Prop | Type | Default | Description |
|---|---|---|---|
error | `string | boolean` | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-radius-input | Radius input |
--s-border-style | Border style |
--s-border | Border |
--s-background | Background |
--s-text | Text |
--s-text-muted | Text muted |
--s-duration-fast | Duration fast |
--s-primary | Primary |
--s-error | Error |