A multi-line text field for entering longer content
| Prop | Type | Description |
|---|---|---|
| name | string | HTML name attribute |
| onChange | (event: ChangeEvent<HTMLTextAreaElement>) => void | onChane property |
| label? | string | Label assosiated with the input |
| className? | string | Sets class attribute |
| value? | "string" | "number" | Actual value of the input |
| placeholder? | string | Placeholder text in the input |
| style? | CSSProperties | Sets CSS styles |
import { TextArea } from "@brick-uikit/input";