diff --git a/docs/components/content/examples/PopoverExampleSlot.vue b/docs/components/content/examples/PopoverExampleSlot.vue
new file mode 100644
index 00000000..0737b6e9
--- /dev/null
+++ b/docs/components/content/examples/PopoverExampleSlot.vue
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/content/6.overlays/3.popover.md b/docs/content/6.overlays/3.popover.md
index 7e65d03e..07338a3e 100644
--- a/docs/content/6.overlays/3.popover.md
+++ b/docs/content/6.overlays/3.popover.md
@@ -14,6 +14,7 @@ links:
::component-example
#default
:popover-example
+
#code
```vue
@@ -53,7 +54,27 @@ Use the `mode` prop to switch between `click` and `hover` modes.
### `panel`
-Use the `#panel` slot to fill the content of the panel.
+Use the `#panel` slot to fill the content of the panel. You will have access to the `open` property and the `close` method in the slot scope.
+
+::component-example
+#default
+:popover-example-slot
+
+#code
+```vue
+
+
+
+
+
+
+
+
+
+
+
+```
+::
## Props