22 Matching Annotations
- May 2023
-
github.com github.com
-
developer.chrome.com developer.chrome.com
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
- Feb 2021
-
ux.stackexchange.com ux.stackexchange.com
-
Popover/Tooltip/Hovercard - These are passive approaches to showing more information. These are used to add simple instructions or explanations or foreshadow what will happen if you click a link.
-
-
-
A popover is a transient view that shows on a content screen when a user clicks on a control button or within a defined area.
-
- Jan 2021
-
github.com github.com
Tags
Annotators
URL
-
-
atomiks.github.io atomiks.github.io
-
A popover is an interactive HTML tooltip. It can be a dropdown, menu, or any other kind of box that pops out from the normal flow of the document. This type of element contains non-vital functionality and can be hidden behind a click or hover to conserve space.
-
Both are elements positioned near a "reference" element, and are hidden until they are triggered. They help conserve space by hiding secondary information or functionality behind a hover or click. They are positioned outside the normal flow of the document so when they are triggered, they are overlaid on top of the existing UI without disrupting the flow of content.
-
-
-
sveltematerialui.com sveltematerialui.com
-
I guess this is what we would use for a popover, but why doesn't https://material.io/components/ (neither https://www.material.io/components/menus nor https://material.io/components/tooltips) say anything about popovers?
-
-
-
Popover is similar to tooltips; it is a pop-up box that appears when user click or hover on an element.
-
-
thewebdev.info thewebdev.info
-
-
PopupState HelperTo make managing the popover state easier, we can use the material-ui-popup-state library to manage the state.
-
We can open a popover when we move our mouse over an element.
-
Popovers let us display some content over other things.
-
-
framework7.io framework7.io
-
Open About Popover
I have to say, I like how it looks in their Apple and Desktop preview better than the Android/Material preview. I wish they had the arrow in Android Material too.
But on https://sveltematerialui.com/demo/menu-surface it doesn't bother me quite as much...
-
-
github.com github.com
-
Compare to: https://sveltematerialui.com/demo/menu-surface
Tags
Annotators
URL
-
-
-
Popover component is used to manage the presentation of content in a popover. You use popovers to present information temporarily. The popover remains visible until the user taps outside of the popover window or you explicitly dismiss it.
Tags
Annotators
URL
-
-
ux.stackexchange.com ux.stackexchange.com
-
Material Design guidelines don't specify popovers, but the specification of material properties provide a clear set of properties that can be used to create popups.
-