Fidely UI v1 beta is now available!. 🚀

Input

Used to enter multiple lines of text.

Usage

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

Examples

Sizes

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

Variants

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

Helper Text

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

Additional text.

Error Text

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

Field is required

Disabled

Use the disabled prop to disable the input.

Placeholder Style

Use the _placeholder prop to style the placeholder text.

On this page