TextArea
Available Sizes
TextArea is available in a few different sizes. Note that the
rows
prop is complementary to size
and can be used to adjust the number
of lines displayed. See the Rows example for more details.
<DemoLayout> <TextArea size="small" defaultValue="Small" /> <TextArea size="medium" defaultValue="Medium" /> <TextArea defaultValue="Large" /> <TextArea size="jumbo" defaultValue="Jumbo" /> </DemoLayout>