Popover
Popovers are perfect for floating panels with arbitrary content like navigation menus, mobile menus and flyout menus.
Installation
Props
Animate UI props
Prop | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 300, damping: 25 } |
Credits
- We use Headless UI for the popover component.
- We take our inspiration from Shadcn UI for the popover style.