This is the latest docs update, but there are missing components and blocks. If you wish to see the complete version, you can check it out at old docs.

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