| Popup that asks "are you sure?" | Confirmation dialog / Alert dialog | Modal requiring explicit confirm/cancel |
| Small notification that auto-hides | Toast / Snackbar | Temporary status message, auto-dismisses |
| Menu that appears on right-click | Context menu | Action menu anchored to pointer position |
| Box floating near a button | Popover / Tooltip | Non-modal overlay anchored to a trigger |
| Menu from the side | Drawer / Sheet / Sidebar panel | Slide-in panel from screen edge |
| Bottom sheet on mobile | Bottom sheet | Drawer that slides up from bottom on mobile |
| Dot on an icon showing count | Badge / Notification badge | Small count/status indicator on an element |
| Expandable section with arrow | Accordion / Disclosure | Collapsible content section with toggle |
| Tabs but vertical | Vertical tabs / Tab rail | Tab navigation stacked vertically |
| Stepper showing progress | Stepper / Wizard progress | Multi-step form progress indicator |
| Chips you can select/remove | Tag / Chip / Pill | Compact element for input, filter, or display |
| Search with dropdown suggestions | Combobox / Autocomplete | Input + filtered suggestion dropdown |
| Toggle that slides | Switch / Toggle | Binary on/off control with sliding thumb |
| Skeleton boxes before content loads | Skeleton screen / Placeholder | Animated loading placeholders mimicking layout |
| Lightbox for images | Lightbox / Image modal | Full-screen overlay for viewing images |
| Infinite scroll | Infinite scroll / Pagination by scroll | Load more items when nearing bottom |
| Breadcrumb trail | Breadcrumbs | Hierarchical navigation trail (Home > Category > Item) |
| Floating button bottom-right | FAB (Floating Action Button) | Persistent primary action floating on page |
| Card with image on top | Media card / Card with hero | Card component with prominent top image |
| Data table with sorting | Data table / Data grid | Table with sort, filter, pagination features |
| Command palette (Cmd+K) | Command palette / Command bar | Quick-action search overlay |