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