tsimport {XDSPopover} from '@xds/core/Popover'
| Guidance | Practices |
|---|---|
| Do | Keep popover content focused on a single task or piece of information. |
| Do | Provide a clear way to close — either by clicking outside or with an explicit close button. |
| Don't | Nest popovers inside other popovers — it creates confusing focus and navigation. |
| Don't | Use a popover for content that requires heavy user input — use a Dialog instead. |
| Don't | Put too much content in a popover — if it needs scrolling, use a Dialog instead. |