DUTextarea
FormsMulti-line text input with label/error helpers.
import { DUTextarea } from 'deri-ui';Live preview
typescript
<DUTextarea label="Notes" placeholder="Write something…" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label / hint / error | string | — | Field meta |
| radius | DURadius | 'md' | Corner radius |
| ...textarea | TextareaHTMLAttributes | — | Native props |
Usage
import { DUTextarea } from 'deri-ui';
<DUTextarea label="Notes" placeholder="Write something…" />Customize with className, radius, and Tailwind utilities. Theme tokens come from deri-ui/tailwind.preset.
Related
© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.
