Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/2.get-started/1.guide/1.concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ These are the core concepts you need to know about vue-final-modal and its appro

::list{type=success}
- SSR (Nuxt 3) support. [Teleport](/api/components/vue-final-modal#teleportto) your modals to `'body'`{lang=ts} by default.
- [`useModal()`{lang=ts}](http://localhost:3000/api/composables/use-modal) composable to manage your modal programmatically.
- [`useModal()`{lang=ts}](/api/composables/use-modal) composable to manage your modal programmatically.
- Trap keyboard focus within modal element (uses [focus-trap](https://github.com/focus-trap/focus-trap) for best web accessibility).
- Full control to the zIndex of the nested modals (see [zIndexFn prop](/api/components/vue-final-modal#zindexfn)).
- Customizable `<Transition>` for the modal content and overlay.
Expand Down