Skip to content
Data Input

TextField

Single-line text input with label and validation.

TextField

Single-line text input with label and validation.

Examples

Default

Shown on the dashboard.

Demo.tsxtsx
import { TextField } from '@var-ui/react';

<TextField
  label="Project name"
  description="Shown on the dashboard."
  placeholder="My project"
/>

Props

Accessibility

Built on React Aria Components where applicable.