Loading preview...
Here is Field Components
@anubra266
npx shadcn@latest add https://21st.dev/r/anubra266/field-components
import SimpleInput from "@/components/ui/field-components"; export default function DemoOne() { return <SimpleInput />; }