Components
Popover
A floating panel that appears next to a trigger element, used for contextual information or actions
Installation
npx shadcn@latest add @dr-ui/popoverRegistry dependencies
@dr-ui/utils
Dependencies
@radix-ui/react-popover@^1.1.15
Basic
A simple popover triggered by a button click.
Positions
Popover can be positioned on any side of the trigger element.
With form
A popover containing a form for inline editing or configuration.