AppFrame
Windowed app chrome with traffic-light dots, title, and actions around a content area
Draft response
AppFrame wraps content with lightweight app chrome for previews, dashboards, and shell-like layouts.
Accessibility
- This component does not add meaning by itself; ensure child content supplies the required headings, labels, and landmarks.
- Only add landmark or region semantics when the section has a unique, meaningful label.
Styled quick start
Copy this entrypoint first. It includes the imports required to get the component on screen.
Import options
Root package
ts
import { AppFrame } from '@dryui/ui' Per-component subpath
ts
import { AppFrame } from '@dryui/ui/app-frame' API
Props, CSS variables, and the public data attributes you can target when styling.
| Prop | Type | Description | Default | Required | Bindable |
|---|---|---|---|---|---|
| title | string | Primary heading or label text. | — | — | — |
| actions | Snippet | — | — | — | — |
| children | Snippet | Content rendered inside the component. | — | ✓ | — |