Popover
A popover is a small overlay that appears close to a specific UI element, usually triggered by user interaction with it, such as hovering or clicking.
Last updated
A popover is a small overlay that appears close to a specific UI element, usually triggered by user interaction with it, such as hovering or clicking.
Last updated
Popovers provide additional contextual information, options, or actions related to the UI element they are associated with.
Popovers are typically non-modal. They usually don't use backdrops since dimming the interactive content wouldn't make sense.
Popovers usually use the 'light dismiss' - The popover will disappear if a user hovers out of the element that triggered it or clicks out of the popover.
Popovers are a type of popup. They are on the same level as dialogs and other groups like alerts, notifications, lightboxes, etc.
In the ‘menus’ category, we see a 👉 popover menu that is displayed on top of the content after a user interacts with a trigger, a button, for example. They show a list of options to choose from.
📆 Date pickers are also listed as a separate component. They are defined because of their function, choosing the date, not their structure. Date pickers come as a popover on desktop or a modal dialog on mobile.