Input with inset label
Install component
npxshadcn@latest add "https://21st.dev/r/serafimcloud/input-with-inset-label"
import { InputDemo } from "@/components/ui/input-with-inset-label"; function InputWithInsetLabelDemo() { return ( <div className="block"> <InputDemo /> </div> ); } export { InputWithInsetLabelDemo };