Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Build accessible, unstyled Vue 3 components using Reka UI (formerly Radix Vue) with WAI-ARIA compliance.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
components/focus-scope.md
1# Focus Scope23Focus trap container45**Parts:** `FocusScope`67## FocusScope89### Props10| Prop | Type | Default |11|------|------|---------|12| `as` | `AsTag \| Component` | `"div"` |13| `asChild` | `boolean` | - |14| `loop` | `boolean` | `false` |15| `trapped` | `boolean` | `false` |1617### Emits18| Event | Payload |19|-------|---------|20| `mountAutoFocus` | `[event: Event]` |21| `unmountAutoFocus` | `[event: Event]` |22