Intro
When to Use
Do
Use the responsive popover:
- To define your own structure.
- To show a dialog on phones.
Don't
Don’t use the responsive popover:
- To show a popover on phones. Use the popover component instead.
Anatomy
Popover (Desktop, Tablet)
- Title (optional): Including a title also improves accessibility for screen reader users.
- Content area: Can contain any component. Ensure that the content has a basic design and shows only the most important information.
- Arrow (optional, desktop/tablet only): By default, the popover has an arrow that connects it visually to the triggering component. You can opt to hide the arrow.
- Footer (optional): Contains one or more actions.
Anatomy of a responsive popover
Behavior and Interaction
Responsive Behavior
On a phone, the responsive popover displays as a dialog.
The responsive popover is shown as a dialog on a phone.
Related Links
Implementation
- Responsive Popover
(UI5 Web Components documentation)
Specifications
- Responsive Popover (visual design)
- Responsive Popover (interaction design)
Implementation
- Responsive Popover
(UI5 Web Components documentation)