Popover

Displays rich content in a portal, triggered by a button.

popup
Description of the SVG image Loading...

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-popover

Usage

import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover";
<Popover>
  <PopoverTrigger>Open</PopoverTrigger>
  <PopoverContent>Place content for the popover here.</PopoverContent>
</Popover>