Popout
Last Updated on Dec 15, 2022
A popout displays brief, informational content in an overlay. They can contain limited interaction if needed.
Component Variants
Design Principles
- Popouts have the same functionality as tooltips, but differ because they can contain some interactivity.
- If content is only text, use a tooltip. If the content is rich text or has light interaction, a popover is the right choice.
- Popovers display supplementary content or actions, without obscuring the whole page. They are meant to be seen for brief amounts of time.
- Popovers dismiss as soon as the user clicks away on anything not contained inside the popover. If you need persistence, use a modal.