# Popover

Anchored floating content — native Popover API, repositions on scroll and resize.

**Install:** `nimbus-docs add popover`  
**Source:** `src/components/ui/popover/`  
**Canonical:** https://nimbus-docs.com/components/popover/

## Agent payload (JSON)

```json
{
  "slug": "popover",
  "name": "Popover",
  "description": "Floating panel anchored to a trigger element.",
  "tagline": "Anchored floating content — native Popover API, repositions on scroll and resize.",
  "install": "nimbus-docs add popover",
  "sourcePath": "src/components/ui/popover/",
  "canonicalUrl": "https://nimbus-docs.com/components/popover/",
  "props": [
    {
      "name": "placement",
      "type": "\"bottom-start\" | \"bottom-end\" | \"top-start\" | \"top-end\"",
      "defaultValue": "\"bottom-start\"",
      "required": false,
      "description": "PopoverContent prop. Where the floating panel anchors relative to the trigger."
    }
  ],
  "registryDependencies": [
    "cn"
  ],
  "dependencies": []
}
```
