5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
|
|
<FormControl>
|
||
|
|
<FormLabel>Label</FormLabel>
|
||
|
|
<Textarea placeholder="Placeholder" minRows={2} />
|
||
|
|
<FormHelperText>This is a helper text.</FormHelperText>
|
||
|
|
</FormControl>
|