Docs
Input
Displays a form input field or a component that looks like an input field.
import * as React from "react"; import { Input } from "@/components/ui/input"; export function InputExample(): React.JSX.Element { return <Input placeholder="Name" />; }
npx lotru@latest add ui/input
import { Input } from "@/components/ui/input";
<Input />
Previous
Icon Button
Next
Kbd
On this page