A floating panel anchored to a trigger, built on Radix Popover, with header, title, and description primitives plus configurable side, alignment, offset, and collision handling.
Run the command below in a project with the shadcn CLI. It copies the component source into your repo and installs its dependencies.
npx shadcn@latest add https://www.saasuji.com/r/popover.jsonAlso available as a markdown reference for AI agents: /components/popover.md
Dialog
An accessible modal window built on Radix Dialog, with overlay, header, footer, title, description, and an optional corner close button.
Dropdown Menu
A menu of actions built on Base UI Menu with groups, labels, separators, shortcuts, checkboxes, radio items, and nested submenus.
Tooltip
A hover and focus label built on Radix Tooltip, with a provider for shared open and close delays, configurable placement, collision handling, and an offset.