# Search

Site search dialog — Pagefind-backed full-text search with keyboard shortcuts and zero-result hints.

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

## Agent payload (JSON)

```json
{
  "slug": "search",
  "name": "Search",
  "description": "Command-palette search dialog with a provider seam. Defaults to Pagefind.",
  "tagline": "Site search dialog — Pagefind-backed full-text search with keyboard shortcuts and zero-result hints.",
  "install": "nimbus-docs add search",
  "sourcePath": "src/components/ui/search/",
  "canonicalUrl": "https://nimbus-docs.com/components/search/",
  "props": [],
  "registryDependencies": [
    "dialog",
    "cn"
  ],
  "dependencies": [
    "pagefind"
  ]
}
```
