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
Simple to use, stackable, detachable, highly customizable, mobile-friendly Vue.js 2.0+ modal with SSR support.
18
+
features:
19
+
- Tailwind CSS friendly
20
+
- Renderless component
21
+
- SSR support
22
+
- Stackable
23
+
- Detachable
24
+
- Scrollable
25
+
- Transition support
26
+
- Mobile friendly
27
+
- 3.2kb gzipped
15
28
16
29
`vue-final-modal` has no predefined styles.
17
30
There are only three classes inside `vue-final-modal`, including `.vfm__containter`, `.vfm__content`, `.vfm__overlay`. These classes have only the necessary styles and you can still easily override these styles through these props: `classes`, `content-class`, `overlay-class`
@@ -29,10 +42,6 @@ Here is the simplified template of entire vue-final-modal
<iframeheight="265"style="width: 100%;"scrolling="no"title="Vue Final Modal"src="https://codepen.io/hunterliu1003/embed/PoZmbPm?height=265&theme-id=dark&default-tab=html,result"frameborder="no"loading="lazy"allowtransparency="true"allowfullscreen="true">
90
90
See the Pen <a href='https://codepen.io/hunterliu1003/pen/PoZmbPm'>Vue Final Modal</a> by Hunter
0 commit comments