# Css Slide Panel

Renders a panel that slides into view from the side of the screen on

## Surfaces

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

## Fields

| Field | Type |
|---|---|
| trigger_text | string |
| panel_content | string |
| slide_from_side | string |

## Example payload

```json
{
  "type": "css_slide_panel",
  "trigger_text": "Click to trigger",
  "panel_content": "Panel content",
  "slide_from_side": "Slide from side"
}
```

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