TextArea
A styled textarea component for multi-line text input with consistent styling.
<!-- +page.svelte -->
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | '' | Additional CSS classes to apply |
Note: The TextArea component also accepts all standard HTML textarea
attributes via $$restProps.