You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/content/2.get-started/1.guide/2.concepts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ These are the core concepts you need to know about vue-final-modal and its appro
13
13
::list{type=success}
14
14
- SSR (Nuxt 3) support. [Teleport](/api/components/vue-final-modal#teleportto) your modals to `'body'`{lang=ts} by default.
15
15
-`useModal()`{lang=ts} composable to manage your modal programmatically.
16
-
-[focusTrap](/api/components/vue-final-modal#focustrap) for better web accessibility.
17
-
- Full control to the zIndex of the nested modals with[zIndexFn prop](/api/components/vue-final-modal#zindexfn).
16
+
-Trap keyboard focus within modal element (uses [focus-trap]([/api/components/vue-final-modal#focustrap](https://github.com/focus-trap/focus-trap)) for best web accessibility).
17
+
- Full control to the zIndex of the nested modals (see[zIndexFn prop](/api/components/vue-final-modal#zindexfn)).
18
18
- Customizable `<Transition>` for the modal content and overlay.
19
19
- Provide Higher order components including [VFullscreen](/api/components/v-fullscreen) and [VBottomSheet](/api/components/v-bottom-sheet).
Copy file name to clipboardExpand all lines: packages/docs/content/3.api/1.components/1.vue-final-modal.md
+76-24Lines changed: 76 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,107 +27,159 @@ It will be helpful for understanding the naming of [props](#props).
27
27
- Description:
28
28
- Set `null | false` to disable teleport.
29
29
- Checkout the [Nuxt 3 teleport](https://v3.nuxtjs.org/api/components/teleports/#teleport) for the reason why the default value have to be `'body'`{lang=ts}.
- Use `{ disabled:true }`{lang=ts} to disable the focusTrap.
117
-
- For more information on what options can be passed, see [createOptions](https://github.com/focus-trap/focus-trap#createoptions) in the [focus-trap](https://github.com/focus-trap/focus-trap) documentation.
-Formoreinformationonwhat`options`canbepassed, see [createOptions](https://github.com/focus-trap/focus-trap#createoptions) in the [focus-trap](https://github.com/focus-trap/focus-trap) documentation.
0 commit comments