# PageActions

Per-page actions row — Copy page (Markdown) and View as Markdown, plus optional Updated date.

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

## Agent payload (JSON)

```json
{
  "slug": "page-actions",
  "name": "PageActions",
  "description": "Inline page-header actions: copy the page as markdown, open the raw .md.",
  "tagline": "Per-page actions row — Copy page (Markdown) and View as Markdown, plus optional Updated date.",
  "install": "nimbus-docs add page-actions",
  "sourcePath": "src/components/ui/page-actions/",
  "canonicalUrl": "https://nimbus-docs.com/components/page-actions/",
  "props": [
    {
      "name": "markdownUrl",
      "type": "string",
      "required": false,
      "description": "URL of the page's `.md` alternate. Enables the copy + view buttons."
    },
    {
      "name": "lastUpdated",
      "type": "Date",
      "required": false,
      "description": "If set, renders an \"Updated <date>\" line in the same row."
    }
  ],
  "registryDependencies": [
    "cn"
  ],
  "dependencies": []
}
```
