diff --git a/docs/content/3.components/navigation-menu.md b/docs/content/3.components/navigation-menu.md index 94e02cb3..75b73d48 100644 --- a/docs/content/3.components/navigation-menu.md +++ b/docs/content/3.components/navigation-menu.md @@ -994,7 +994,7 @@ props: --- :: -### With popover in items :badge{label="Soon" class="align-text-top"} +### With popover in items :badge{label="New" class="align-text-top"} When orientation is `vertical` and the menu is `collapsed`, you can set the `popover` prop to `true` to display a [Popover](/components/popover) around items with their children but you can also use the `popover` property on each item to override the default popover. diff --git a/docs/content/3.components/popover.md b/docs/content/3.components/popover.md index f89d0ef8..b397af30 100644 --- a/docs/content/3.components/popover.md +++ b/docs/content/3.components/popover.md @@ -202,7 +202,7 @@ name: 'popover-command-palette-example' --- :: -### With anchor slot +### With anchor slot :badge{label="New" class="align-text-top"} You can use the `#anchor` slot to position the Popover against a custom element.