Fidely UI v1 beta is now available!. 🚀

Textarea

Used to enter multiple lines of text.

Usage

import { Textarea } from '@fidely-ui/react'
<Textarea placeholder="..." />

Examples

Sizes

Pass the size prop to change the size of the textarea.

Variants

Pass the variant prop to change the appearance of the textarea.

Helper Text

Pair the textarea with the Field component to add helper text.

Field is required

Error Text

Pair the textarea with the Field component to add error text.

Additional text.

Resize

Use the resize prop to control the resize behavior of the Textarea.

On this page