Components

Textarea

A multi-line input field for larger text entry.

Installation

npm install @mijn-ui/react-textarea

Usage

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.

PropTypeDefaultDescription
unstyledbooleanfalseOpt out of the default styles to fully customize the component.
classNamesobjectOverride classes per slot (see Style Slots below).
classNamestringAdditional classes for the root element.

TextArea Style Slots

Slot NameTargeted ComponentPurpose
baseTextAreaStyles the text area component.