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