# FileTree

Collapsible directory tree authored as a nested markdown list — folders, files, highlights, and placeholder rows.

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

## Agent payload (JSON)

```json
{
  "slug": "file-tree",
  "name": "FileTree",
  "description": "Render a directory tree as nested markup.",
  "tagline": "Collapsible directory tree authored as a nested markdown list — folders, files, highlights, and placeholder rows.",
  "install": "nimbus-docs add file-tree",
  "sourcePath": "src/components/ui/file-tree/",
  "canonicalUrl": "https://nimbus-docs.com/components/file-tree/",
  "props": [],
  "registryDependencies": [
    "cn"
  ],
  "dependencies": []
}
```
