TextArea

A multi-line text field for entering longer content

PropTypeDescription
namestringHTML name attribute
onChange(event: ChangeEvent<HTMLTextAreaElement>) => voidonChane property
label?stringLabel assosiated with the input
className?stringSets class attribute
value?"string" | "number"Actual value of the input
placeholder?stringPlaceholder text in the input
style?CSSPropertiesSets CSS styles
language icon
copy icon
import { TextArea } from "@brick-uikit/input";

Usage textarea