Input Group
Add addons, buttons, and helper content to inputs.
Installation
pnpm dlx shadcn@latest add input-groupUsage
import { SearchIcon } from "lucide-react";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupAddon, InputGroupInput } from "@/components/ui/input-group";Add addons, buttons, and helper content to inputs.