Popover
Displays rich content in a portal, triggered by a button.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/popoverUsage
Import the component from the package:
import { Popover } from "@/registry/ui/popover"Then use it in your application:
<Popover />