Command Palette
Search for a command to run...
Popover
Displays rich content in a portal, triggered by a button.
Installation
npx shadcn@latest add popover
Usage
import {Popover,PopoverContent,PopoverTrigger,} from "@/components/xfork-ui/popover"
<Popover><PopoverTrigger>Open</PopoverTrigger><PopoverContent>Place content for the popover here.</PopoverContent></Popover>