Skip to content

Commit 6f1886d

Browse files
committed
docs: update docs
1 parent 58fc904 commit 6f1886d

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

packages/docs/content/2.get-started/1.guide/2.concepts.md renamed to packages/docs/content/2.get-started/1.guide/1.concepts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
These are the core concepts you need to know about vue-final-modal and its approach to modals management.
44

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+
59
## What is VueFinalModal?
610

711
`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
1721
- Full control to the zIndex of the nested modals (see [zIndexFn prop](/api/components/vue-final-modal#zindexfn)).
1822
- Customizable `<Transition>` for the modal content and overlay.
1923
- 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.
2026
::
2127

2228
### A Styleless component

packages/docs/content/2.get-started/1.guide/3.setup.md renamed to packages/docs/content/2.get-started/1.guide/2.setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
How to start with Vue Final Modal, by creating a fresh new project or adding it to your Vue application.
44

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+
59
## Installation
610

711
::code-group
File renamed without changes.

0 commit comments

Comments
 (0)