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