1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 13:12:16 +03:00
This commit is contained in:
Diana Mounter 2017-11-07 16:52:48 -05:00
parent ee50150476
commit dac94645c6

View File

@ -40,7 +40,11 @@ title: Popover
status: Experimental
-->
Popovers are used to bring attention to specific user interface elements, typically to suggest an action or to guide users through a new experience. They consist of:
Popovers are used to bring attention to specific user interface elements, typically to suggest an action or to guide users through a new experience.
{:toc}
Popover's consist of:
- The block element, `.Popover`, which simply positions its content absolutely atop other body content.
- The child element, `.Popover-message`, which contains the markup for the intended messaging and the visual "caret."