diff --git a/docs/lab/Popover.mdx b/docs/lab/Popover.mdx
new file mode 100644
index 00000000..d172d879
--- /dev/null
+++ b/docs/lab/Popover.mdx
@@ -0,0 +1,82 @@
+---
+name: Popover
+menu: Lab
+route: /lab/popover
+---
+
+import { PropsTable, Playground, Link } from 'docz';
+import { Button, Position } from 'tailor-ui';
+import { Popover } from '@tailor-ui/lab';
+
+# Popover
+
+The floating card popped by clicking or hovering.
+
+## When To Use
+
+A simple popup menu to provide extra information or operations.
+
+Comparing with `Tooltip`, besides information `Popover` card can also provide action elements like links and buttons.
+
+## Examples
+
+```js
+import { Popover } from 'tailor-ui';
+```
+
+### Basic
+
+
+
+
+
+
+
+### With position right
+
+
+
+
+
+
+
+### With content hide
+
+
+ (
+