From 7162f496fa9c27fa624016ef670b98964d9651eb Mon Sep 17 00:00:00 2001 From: upsiflu Date: Tue, 17 Dec 2024 23:15:31 +0100 Subject: [PATCH] feat(ui): enable links on Popover items --- .../src/components/ui/popover/PopoverItem.vue | 32 ++++++++++++++++--- front/ui-docs/components/ui/popover.md | 4 +++ 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/front/src/components/ui/popover/PopoverItem.vue b/front/src/components/ui/popover/PopoverItem.vue index db65b51de..b31f9bf83 100644 --- a/front/src/components/ui/popover/PopoverItem.vue +++ b/front/src/components/ui/popover/PopoverItem.vue @@ -1,10 +1,14 @@ +## Links + +You can use `PopoverItem`s as Links by providing a `to` prop with the route object or and external Url (`http...`). Read more on the [Link component](./link) page. + ## Menu Here is an example of a completed menu containing all supported features.