0% Complete

Textarea

#

Default

Textarea components are used for collecting user provided information (multi-line Input).

value: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
#

Rows

You can set number of rows for Textarea using rows props.

#

Sizing

You can set size of Textarea using size props.

#

Disabled

Textarea supports disabled mode.

#

Read-Only

Textarea supports disabled and readonly modes.

#

Placeholder

You can set placeholder of textarea using placeholder property.

#

Borders

Set borderRounded or borderFlush boolean properties to apply rounded borders or remove the borders.