Documentation
¶
Overview ¶
Package popover defines the Popover type and its predefined values.
Popover behavior for elements designated as popover content. Controls how popovers are managed, dismissed, and interact with other page elements.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Auto Automatic popover management with light dismiss behavior. Popover closes when // user clicks outside, presses Escape, or opens another auto popover. Auto = Popover("auto") // Manual Manual popover management requiring explicit close actions. Popover only closes // when specifically commanded via JavaScript or popover target actions. Manual = Popover("manual") )
Variables for Popover values
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.