Popover
Displays rich content in a portal, triggered by a button.
Made by imskyleenInstallation
Usage
API Reference
Popover
PopoverTrigger
PopoverContent
Prop | 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.
PopoverClose
Credits
- Radix UI Popover
- Credit to shadcn/ui for style inspiration.