Loading preview...
Here is Input component
@base-ui
npx shadcn@latest add https://21st.dev/r/base-ui/input-1
import ExampleInput from "@/components/ui/input-1"; export default function DemoOne() { return <ExampleInput />; }