# Tab Bar

A horizontal navigation component displaying a set of clickable tabs,

## Surfaces

web, google-meet-stage, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| tabs | list of {label: string, url: string, is_active: boolean, icon: string (optional, e.g., 'home')} |

## Example payload

```json
{
  "type": "tab_bar"
}
```

Live page: https://a2uicatalog.ai/atoms/tab_bar/
Full field contract: https://a2uicatalog.ai/spec.json
