feat(Popover): add reference prop

This commit is contained in:
Benjamin Canac
2025-07-01 15:19:35 +02:00
parent 5c573b37b6
commit b00e07f13d
5 changed files with 66 additions and 6 deletions

View File

@@ -202,6 +202,16 @@ name: 'popover-command-palette-example'
---
::
### With following cursor :badge{label="Soon" class="align-text-top"}
You can make the Popover follow the cursor when hovering over an element using the [`reference`](https://reka-ui.com/docs/components/tooltip#trigger) prop:
::component-example
---
name: 'popover-cursor-example'
---
::
### With anchor slot
You can use the `#anchor` slot to position the Popover against a custom element.

View File

@@ -196,10 +196,6 @@ name: 'tooltip-cursor-example'
---
::
::note
This example is based on Reka UI's [Tooltip Cursor](https://reka-ui.com/examples/tooltip-cursor) example.
::
## API
### Props