Components

Textarea

A multi-line input field for larger text entry.

Installation

NPM packages are currently unstable and may cause issues. Use it at your own risk.
npm install @mijn-ui/react-textarea

Usage

import { Textarea } from "@mijn-ui/react-textarea"
<Textarea />

TextArea Style Slots

Slot NameTargeted ComponentPurpose
baseTextAreaStyles the text area component.

On this page