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