Components
Textarea
A multi-line input field for larger text entry.
Installation
npm install @mijn-ui/react-textareaUsage
import { Textarea } from "@mijn-ui/react-textarea"<Textarea />API Reference
Standard element attributes are forwarded to the underlying component in addition to the props below.
| Prop | Type | Default | Description |
|---|---|---|---|
unstyled | boolean | false | Opt out of the default styles to fully customize the component. |
classNames | object | — | Override classes per slot (see Style Slots below). |
className | string | — | Additional classes for the root element. |
TextArea Style Slots
| Slot Name | Targeted Component | Purpose |
|---|---|---|
base | TextArea | Styles the text area component. |