"use client"
import { Input } from "@/components/ui/input"
export default function InputBasicDemo() {
return <Input aria-label="Name" placeholder="Your name" />
}
npx shadcn@latest add @intentui/input-basic-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.