Popover
Displays rich content in a portal, triggered by a button.
Made by imskyleenInstallation
Usage
API Reference
Popover
Radix UI API Reference - Popover.RootPopoverTrigger
Radix UI API Reference - Popover.TriggerPopoverPortal
Radix UI API Reference - Popover.PortalThe forceMount
property is not supported in the PopoverPortal
component,
as it is used for animation.
PopoverContent
Radix UI API Reference - Popover.ContentProp | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 300, damping: 25 } |
...props? | HTMLMotionProps<"div"> | - |
The forceMount
and asChild
properties are not supported in the
PopoverContent
component, as it is used for animation.