Skip to content

Popover

A popover is a temporary overlay that displays above other content when users activate a trigger element.

Usage

Popovers are used for brief, contextual information or temporary functionality that requires little screen space. They appear when users select a specific control or interactive area and automatically close when users select outside of them or complete an action within the popover.

Popover

When to use

  • To provide short, contextual information or additional functionality related to a control.
  • For temporary content that doesn’t require a full page or modal view.
  • To provide contextual help, guiding users with explanations or assistance specific to their current task.

Best Practices for popover

  • Limit functionality to a few related tasks or brief information.
  • Avoid placing critical actions or decisions within a popover.
  • Display only one popover at a time.
  • Popovers should be just large enough to accommodate their content.

Except where otherwise noted, content on this site is licensed under MIT License.