serafim.eth

Input with inline start and end add-on

Install component

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

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

export { InputWithInlineStartAndEndAddOnDemo };