File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
src/webviews/apps/shared/components/overlays Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,23 @@ declare global {
49
49
}
50
50
}
51
51
52
+ /**
53
+ * @tag gl-popover
54
+ *
55
+ * @slot anchor - The element that triggers the popover
56
+ * @slot content - The content of the popover
57
+ *
58
+ * @csspart base - Styles the sl-popup element itself
59
+ * @csspart arrow - Styles the arrow's container
60
+ * @csspart popup - Styles the popup's container
61
+ * @csspart body - Styles the element that wraps the content slot
62
+ *
63
+ * @fires gl-popover-show - Fired when the popover is shown
64
+ * @fires gl-popover-after-show - Fired after the popover is shown
65
+ * @fires gl-popover-hide - Fired when the popover is hidden
66
+ * @fires gl-popover-after-hide - Fired after the popover is hidden
67
+ */
68
+
52
69
@customElement ( 'gl-popover' )
53
70
export class GlPopover extends GlElement {
54
71
static override shadowRootOptions : ShadowRootInit = {
You can’t perform that action at this time.
0 commit comments