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