Popover
An accessible popup anchored to a button.
Made by imskyleenInstallation
Usage
API Reference
Popover
PopoverTrigger
PopoverPanel
Prop | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 300, damping: 25 } |
...props? | HTMLMotionProps<"div"> | - |
The forceMount
and asChild
properties are not supported in the
PopoverPanel
component, as it is used for animation.
PopoverClose
Credits
- Base UI Popover
- Credit to shadcn/ui for style inspiration.