# Aside

Boxed callout for inline emphasis — note, tip, caution, and danger variants out of the box.

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

## Agent payload (JSON)

```json
{
  "slug": "aside",
  "name": "Aside",
  "description": "Generic boxed callout. Building block for Callout, Note, Warning.",
  "tagline": "Boxed callout for inline emphasis — note, tip, caution, and danger variants out of the box.",
  "install": "nimbus-docs add aside",
  "sourcePath": "src/components/ui/aside/",
  "canonicalUrl": "https://nimbus-docs.com/components/aside/",
  "props": [
    {
      "name": "type",
      "type": "\"note\" | \"tip\" | \"caution\" | \"danger\"",
      "defaultValue": "\"note\"",
      "required": false,
      "description": "Visual treatment that conveys the callout's intent."
    },
    {
      "name": "title",
      "type": "string",
      "required": false,
      "description": "Optional heading override. Defaults to the capitalised type label."
    }
  ],
  "registryDependencies": [
    "cn"
  ],
  "dependencies": []
}
```
