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
|**alignment**| Align the modal in the center or top of the screen. | string |`'top'`, `'center'`| 'top' |
14
-
|**backdrop**| Apply a backdrop on body while offcanvas is open. | boolean\|string |`boolean \| 'static'`| true |
15
-
|**content-class-name**| A string of all className you want applied to the modal content component. | string | - | - |
16
-
|**focus** <br><divclass="badge bg-primary">v5.0.0+</div> | Puts the focus on the modal when shown. | boolean | - | true |
17
-
|**fullscreen**| Set modal to covers the entire user viewport | boolean\|string |`boolean`, `'sm'`, `'md'`, `'lg'`, `'xl'`, `'xxl'`| - |
18
-
|**keyboard**| Closes the modal when escape key is pressed. | boolean | - | true |
19
-
|**scrollable**| Create a scrollable modal that allows scrolling the modal body. | boolean | - | - |
20
-
|**size**| Size the component small, large, or extra large. | string |`'sm'`, `'lg'`, `'xl'`| - |
21
-
|**transition**| Remove animation to create modal that simply appear rather than fade in to view. | boolean | - | true |
22
-
|**unmount-on-close**| By default the component is unmounted after close animation, if you want to keep the component mounted set this property to false. | boolean | - | true |
23
-
|**visible**| Toggle the visibility of alert component. | boolean | - | - |
11
+
| Prop name | Description | Type | Values | Default |
|**alignment**| Align the modal in the center or top of the screen. | string |`'top'`, `'center'`| 'top' |
14
+
|**backdrop**| Apply a backdrop on body while offcanvas is open. | boolean\|string |`boolean \| 'static'`| true |
15
+
|**container** <br><divclass="badge bg-primary">5.3.0+</div> | Appends the vue popover to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`. | HTMLElement \| (() => HTMLElement) \| string | - | 'body' |
16
+
|**content-class-name**| A string of all className you want applied to the modal content component. | string | - | - |
17
+
|**focus** <br><divclass="badge bg-primary">5.0.0+</div> | Puts the focus on the modal when shown. | boolean | - | true |
18
+
|**fullscreen**| Set modal to covers the entire user viewport | boolean\|string |`boolean`, `'sm'`, `'md'`, `'lg'`, `'xl'`, `'xxl'`| - |
19
+
|**keyboard**| Closes the modal when escape key is pressed. | boolean | - | true |
20
+
|**scrollable**| Create a scrollable modal that allows scrolling the modal body. | boolean | - | - |
21
+
|**size**| Size the component small, large, or extra large. | string |`'sm'`, `'lg'`, `'xl'`| - |
|**transition**| Remove animation to create modal that simply appear rather than fade in to view. | boolean | - | true |
24
+
|**unmount-on-close**| By default the component is unmounted after close animation, if you want to keep the component mounted set this property to false. | boolean | - | true |
25
+
|**visible**| Toggle the visibility of alert component. | boolean | - | - |
0 commit comments