ariaLabel
string
Renders a text area, providing the ability to specify a label and placeholder text. Uses the <Stack>
component for layout and spacing.
<FormControl><InputLabel htmlFor="text-area-2">Description</InputLabel><TextAreaid="text-area-2"name="text-area-2"/></FormControl>