Preview

Installation

Usage

import { Input } from "@/components/ui/input"
<Input placeholder="Enter your email" />

API Reference

Input

Styled wrapper for Input from Base UI.

All props from Base UI Input are supported.

Examples

For accessible labelling and validation, prefer using the Field component to wrap inputs. See related examples.

Disabled

With Label