1.2.3 • Published 6 days ago

@frankhoodbs/popover-cmp v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 days ago

Popover Component

This Popover component provides an easy-to-integrate solution for creating interactive popovers within your Vue applications. Crafted with accessibility in mind, it offers a range of configurations, from simple popovers to ones with customizable triggers, appearances, and behaviors.

Version License

Props

PropTypeDefaultDescription
data-id-prefixStringrequired Prefix for all the id attributes
data-placement@floating-ui Placementbottom-startPlacement of the popover relative to the trigger element
data-fallback-placements@floating-ui Placement[]-Array of alternative placements for the floating popover in case the desired placement is not possible
data-offsetnumber0Offset (in pixels) between the button and the floating popover
data-wrapper-tagString'div'The wrapper HTML tag.
data-trigger-tagString'div'The trigger HTML tag.
data-trigger-classesClassesClasses to be applied to the trigger.
data-popover-tagString'div'The popover HTML tag.
data-popover-classesClassesClasses to be applied to the popover.
data-show-on-hoverBooleanfalseShow the popover on hover.
data-mouse-leave-debounceNumber100Debounce delay after mouse leaves before the popover collapses.
data-with-arrowBooleanfalseWhether to display an arrow pointing towards the trigger.

Slots

SlotPropsDescription
triggerexpanded: boolean, placement: PlacementContent of the trigger.
popoverexpanded: boolean, placement: PlacementContent inside the popover.
arrowplacement: Placement (optional)Content of the arrow (if present).

Custom CSS Properties

PropertyDefault ValueDescription
--popover-cmp-fade-duration0.3sDuration of the fade animation.
1.2.3

6 days ago

1.2.2

19 days ago

1.2.1

22 days ago

1.2.0

23 days ago

1.1.19

23 days ago

1.1.18

2 months ago

1.1.17

2 months ago

1.1.16

2 months ago

1.1.14

2 months ago

1.1.13

2 months ago

1.1.12

3 months ago

1.1.11

3 months ago

1.1.10

4 months ago

1.1.9

4 months ago

1.1.8

4 months ago

1.1.7

4 months ago

1.1.6

4 months ago

1.1.1

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago