# Popover 就地弹出

Popover 定义一种交互：内容跟用户产生交互 (click, hover, focus...) 时，在内容附近显示非模态的浮层内容。

**大部分情况下，不需要直接使用 Popover**：

- 显示弹出气泡，使用 `Bubble`
- 显示文本提示，使用 `Tooltip`

## 使用示例

<!-- <Half> -->

### 基本用法

[Example: PopoverExample](./_example/PopoverExample.jsx)

### 应用示例

[Example: PopoverMenuExample](./_example/PopoverMenuExample.jsx)

<!-- </Half> -->

## 组件属性

[Interface: PopoverProps](./Popover.tsx)

## 参考资料

- https://uxdesign.cc/pop-up-popover-or-popper-a-quick-look-into-ui-terms-cb4114fca2a
- https://juejin.im/entry/565b158000b0bf379f14449b
- https://www.quora.com/Whats-the-difference-between-a-modal-a-popover-and-a-popup
