Textarea

Multi-line text input with optional label, character count, and max length.

Preview

Usage

import { Textarea } from '@ramtt/ui'

<Textarea label="Notes" placeholder="Session notes..." rows={4} />
<Textarea label="Bio" maxLength={500} showCount />

Props

PropTypeDefaultDescription
labelstringField label
rowsnumber3Visible rows
maxLengthnumberMax character count
showCountbooleanfalseShow character counter
placeholderstringPlaceholder text
disabledbooleanfalseDisable the textarea