PopoverContent
Source: client/lib/theme/vueda-tailwind/shell/index.js
The positioned popover panel. Uses the shared floating surface recipe. Width is not set here — the element uses
width: auto(shrink-to-fit) by default; pass aclassprop to thePopoverContentcomponent to set a specific width or minimum if the content needs one.
Vue component: PopoverContent
| Slot | Default classes | Description |
|---|---|---|
| root | 3 classes | The positioned popover panel. Uses the shared floating surface recipe. Width is not set here — the element uses width: auto (shrink-to-fit) by default; pass a class prop to the PopoverContent component to set a specific width or minimum if the content needs one. |
root
The positioned popover panel. Uses the shared floating surface recipe. Width is not set here — the element uses
width: auto(shrink-to-fit) by default; pass aclassprop to thePopoverContentcomponent to set a specific width or minimum if the content needs one.
Default classes:
text
bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95
data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2
z-50 p-3 rounded-vueda-control overlay-hairline origin-(--reka-popover-content-transform-origin) outline-hiddenSource: client/lib/theme/vueda-tailwind/shell/PopoverContent.theme.js:18