2018-04-16 13:54:37 +00:00
|
|
|
## API
|
|
|
|
|
2019-09-28 12:45:07 +00:00
|
|
|
| Param | Description | Type | Default value |
|
|
|
|
| ------- | ------------------- | ------------------- | ------------- |
|
|
|
|
| content | Content of the card | string\|slot\|vNode | - |
|
|
|
|
| title | Title of the card | string\|slot\|VNode | - |
|
2018-04-16 13:54:37 +00:00
|
|
|
|
2019-02-16 08:51:21 +00:00
|
|
|
Consult [Tooltip's documentation](/components/tooltip/#API) to find more APIs.
|
2018-04-16 13:54:37 +00:00
|
|
|
|
|
|
|
## Note
|
|
|
|
|
|
|
|
Please ensure that the child node of `Popover` accepts `onMouseenter`, `onMouseleave`, `onFocus`, `onClick` events.
|