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/1.concepts.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
These are the core concepts you need to know about vue-final-modal and its approach to modals management.
4
4
5
+
::alert{type=danger}
6
+
❗️ If you came from vue-final-modal 3.x, please check the [migration guide](/get-started/guide/migration-guide).
7
+
::
8
+
5
9
## What is VueFinalModal?
6
10
7
11
`vue-final-modal` is a modal library built specifically for Vue.js and as such it makes some assumptions and enforces "best-practices" for your modals while being versatile and customizable.
@@ -17,6 +21,8 @@ These are the core concepts you need to know about vue-final-modal and its appro
17
21
- Full control to the zIndex of the nested modals (see [zIndexFn prop](/api/components/vue-final-modal#zindexfn)).
18
22
- Customizable `<Transition>` for the modal content and overlay.
19
23
- Provide Higher order components including [VFullscreen](/api/components/v-fullscreen) and [VBottomSheet](/api/components/v-bottom-sheet).
24
+
- Fully tree-shakable! Only what you use will get imported.
25
+
- Tiny footprint! Only 4.x kB! Vue Final Modal focuses on the core functionality of modals, leaves the complex CSS up to the developer.
0 commit comments