You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
425 B
14 lines
425 B
|
|
## API
|
|
|
|
| Param | Description | Type | Default value |
|
|
| ----- | ----------- | ---- | ------------- |
|
|
| content | Content of the card | string\|slot\|vNode | - |
|
|
| title | Title of the card | string\|slot\|VNode | - |
|
|
|
|
Consult [Tooltip's documentation](/components/tooltip/#API) to find more APIs.
|
|
|
|
## Note
|
|
|
|
Please ensure that the child node of `Popover` accepts `onMouseenter`, `onMouseleave`, `onFocus`, `onClick` events.
|