Docs
TextField

TextField

A text input that allow users to input custom text entries with a keyboard.

Installation

Usage

import { TextField, TextFieldRoot } from "@/components/ui/textfield";
<TextFieldRoot>
  <TextField type="email" placeholder="Email" />
</TextFieldRoot>

Examples

Disabled

With Label

With Text

With Error

With Button

File