Input with helper text
Install component
npxshadcn@latest add "https://21st.dev/r/serafimcloud/input-with-helper-text"
import { InputDemo } from "@/components/ui/input-with-helper-text"; function InputWithHelperTextDemo() { return ( <div className="flex w-[300px]"> <InputDemo /> </div> ); } export { InputWithHelperTextDemo }