Components
WPopover
Stories
Props
| Prop | Default | Type |
|---|---|---|
unstyle | boolean | undefined | |
constrainWidthTo | 400 | string | number | null | undefined |
constrainHeightTo | 'available' | string | number | null | undefined |
to | '#root' | string | undefined |
showBackdrop | false | boolean | undefined |
showArrow | true | boolean | undefined |
animationDirection | 'use-side' | string | undefined |
modelValue | boolean | undefined | |
rootProps | Record<string, any> | undefined | |
contentProps | Record<string, any> | undefined | |
backdropClass | string | undefined |
Events
| Event | Type |
|---|---|
update:modelValue | [value: boolean | undefined] |
Slots
| Slot | Type |
|---|---|
button | {} |
popover | {} |