serafim.eth

Input with end select

Install component

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

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

export { InputWithEndSelectDemo };