--- title: Popover description: An accessible popup anchored to a button. author: name: imskyleen url: https://github.com/imskyleen --- ## Installation ## Usage ```tsx Open Popover Popover Content ``` ## Props
### Animate UI Props #### PopoverContent ", required: false, }, popupProps: { description: 'The props to pass to the popup component.', type: 'typeof PopoverPrimitive.Popup', required: false, }, transition: { description: 'The transition to use for the popover.', type: 'Transition', required: false, default: '{ type: "spring", stiffness: 300, damping: 25 }', }, }} /> ## Credits - We use [Base UI](https://base-ui.com/react/components/popover) for the popover component. - We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/popover) for the popover style.