Components
- AccordionDone
- AlertDone
- Alert DialogDone
- Aspect RatioNo Change
- AvatarDone
- BadgeDone
- BreadcrumbDone
- ButtonDone
- Button GroupDone
- CalendarNo Change
- CardDone
- CarouselDone
- ChartNo Change
- CheckboxDone
- CollapsibleNo Change
- ComboboxDone
- CommandDone
- Context MenuDone
- Data TableDone
- Date PickerDone
- DialogDone
- DrawerDone
- Dropdown MenuDone
- EmptyNo Change
- FieldNo Change
- React Hook FormNo Change
- Hover CardDone
- InputDone
- Input GroupDone
- Input OTPDone
- ItemDone
- KbdDone
- LabelDone
- MenubarDone
- Navigation MenuDone
- PaginationDone
- PopoverDone
- ProgressDone
- Radio GroupDone
- ResizableNo Change
- Scroll AreaNo Change
- SelectDone
- SeparatorDone
- SheetDone
- SidebarNo Change
- SkeletonDone
- SliderDone
- SonnerDone
- SpinnerDone
- SwitchDone
- TableNo Change
- TabsDone
- TextareaDone
- ToastDone
- ToggleDone
- Toggle GroupDone
- TooltipDone
- TypographyDone
Input Group
Combine inputs, buttons, and status labels inside a frosted frame. Perfect for search bars, segmented filters, and command strips in the Omni Cloud console.
Examples
Search & Filters
Text addons and ghost actions stay flush with the glass surface.
SEARCH
OWNER
SRE
https://
NOTES
Installation
pnpm dlx shadcn@latest add @omni/input-group
Usage
import {
InputGroup,
InputGroupAddon,
InputGroupButton,
InputGroupInput,
} from "@/components/ui/input-group"<InputGroup>
<InputGroupAddon>SEARCH</InputGroupAddon>
<InputGroupInput placeholder="Find services" />
<InputGroupButton size="icon-sm" variant="ghost">
<SearchIcon className="size-4" />
</InputGroupButton>
</InputGroup>