serafim.eth

Input with start add-on

Install component

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

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

export { InputWithStartAddOnDemo };