serafim.eth

Input with end inline button

Install component

npxshadcn@latest add "https://21st.dev/r/serafimcloud/input-with-end-inline-button"
import { InputDemo } from "@/components/ui/input-with-end-inline-button";

function InputWithEndInlineButtonDemo() {
  return (
    <div className="block">
      <InputDemo />
    </div>
  );
}

export { InputWithEndInlineButtonDemo };