Search for a command to run...
Base component to create custom inputs.
pnpm dlx shadcn@latest add https://ui-x.junwen-k.dev/r/input-base.json
import {
InputBase,
InputBaseAdornment,
InputBaseControl,
InputBaseInput,
} from "@/components/ui/input-base";
<InputBase>
<InputBaseAdornment>@</InputBaseAdornment>
<InputBaseControl>
<InputBaseInput />
</InputBaseControl>
</InputBase>