Displays a form input field or a component that looks like an input field.
import { Input_Shadcn_ } from 'ui' export function InputDemo() { return <Input_Shadcn_ type="email" placeholder="Email" /> }
npx shadcn-ui@latest add input
import { Input } from '@/components/ui/input'
<Input />