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