Displays a form input field with enhanced features like password visibility toggle, clearable functionality, and Zod validation support.
import { Input } from "@/components/ui/input"; import { Search, User, Mail } from "lucide-react"; export default function DemoOne() { return ( <> <div> <Input placeholder="Search..." leftIcon={<Search />} clearable /> </div> </> ); }
Part of HextaUI — browse the full library on 21st.dev.