feat(Popover): manual mode & horizontal offset (#781)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Lnunu <62177121+Lnunu@users.noreply.github.com>
This commit is contained in:
Nils Olsson
2023-10-12 03:14:40 -07:00
committed by GitHub
parent 827f2f45d9
commit 92b86186e7
3 changed files with 39 additions and 5 deletions

View File

@@ -19,6 +19,12 @@ Use the `mode` prop to switch between `click` and `hover` modes.
:component-example{component="popover-example-mode"}
### Manual
Use the `open` prop to manually control showing the panel.
:component-example{component="popover-example-open"}
## Slots
### `panel`