nori-ui

TextArea

Multi-line text input with label, helper text, and validation states.

At a glance

  • Multi-line variant of TextInput with matching API.
  • Configure minimum height via rows.

Web preview

Native preview

Props

PropTypeDefaultDescription
labelstringVisible label tied via aria
helperTextstringHelper / error text below the input
variant'default' | 'error' | 'success''default'Validation state
rowsnumber3Visible rows — controls min-height
valuestringControlled value
defaultValuestringUncontrolled initial value
onChangeText(text: string) => voidChange handler
disabledbooleanfalseDisables interaction

On this page