pro-ui

Textarea

Multi-line text input with label, description, and error state.

Import

import { Textarea } from '@dangbt/pro-ui'

Usage

<Textarea
  label="Bio"
  placeholder="Tell us about yourself..."
  rows={4}
/>

Props

PropTypeDefaultDescription
labelstringTextarea label
placeholderstringPlaceholder text
descriptionstringHelper text
errorMessagestringError state text
rowsnumber3Number of visible rows
isDisabledbooleanDisable the textarea

On this page