Browse Source

update popover documentation

pull/26/head
afc163 10 years ago
parent
commit
9f7531fcc1
  1. 8
      components/popover/index.md

8
components/popover/index.md

@ -9,9 +9,9 @@
## 何时使用 ## 何时使用
当目标元素有进一步的描述和相关操作时,可以收纳到卡片中,根据用户交互展现。 当目标元素有进一步的描述和相关操作时,可以收纳到卡片中,根据用户交互进行展现。
`Tooltip` 的区别是,用户可以对浮层上的元素进行操作,因此它可以承载更复杂的内容。 `Tooltip` 的区别是,用户可以对浮层上的元素进行操作,因此它可以承载更复杂的内容,比如链接或按钮等
## API ## API
@ -20,5 +20,5 @@
|-----------|------------------------------------------|---------------|--------| |-----------|------------------------------------------|---------------|--------|
| trigger | 触发行为,可选 `hover/focus/click` | string | hover | | trigger | 触发行为,可选 `hover/focus/click` | string | hover |
| placement | 气泡框位置,可选 `top/left/right/bottom` | string | top | | placement | 气泡框位置,可选 `top/left/right/bottom` | string | top |
| title | 提示文字 | React.Element | 无 | | title | 卡片标题 | React.Element | 无 |
| content | 提示文字 | React.Element | 无 | | content | 卡片内容 | React.Element | 无 |

Loading…
Cancel
Save