This repository was archived by the owner on Jan 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
packages/docs/src/docs/components Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ z-index of the component is 200. So be careful. Don't make z-index of the header
17
17
| [ content-class] ( #content-class ) | ` string ` | ` '' ` |
18
18
| [ depressed] ( #depressed ) | ` boolean ` | ` false ` |
19
19
| [ height] ( #height ) | ` string ` ` number ` | ` 'auto' ` |
20
+ | [ local] ( #local ) | ` boolean ` | ` false ` |
20
21
| [ max-width] ( #max-width ) | ` string ` ` number ` | ` 'none' ` |
21
22
| [ model-value] ( #model-value ) | ` boolean ` | ` false ` |
22
23
| [ overlay-background] ( #overlay-background ) | ` boolean ` ` string ` | ` true ` |
@@ -85,6 +86,20 @@ Disables default box-shadow
85
86
- ** Details:** <br />
86
87
Sets height for the dialog
87
88
89
+ ---
90
+ ### ` local `
91
+ - ** Type:** ` Boolean `
92
+
93
+ - ** Default:** ` false `
94
+
95
+ - ** Details:** <br />
96
+ Enables local mode for the dialog. The dialog will not be teleported to body. It will be positioned ` absolute ` intdead ` fixed ` .
97
+ Be sure to specify ` position: relative; ` for the parent element where you place the dialog
98
+
99
+ The props can be usefull if you want to show some windows above a certain part of your app
100
+
101
+ ` v1.2.0+ `
102
+
88
103
---
89
104
90
105
### ` max-width `
You can’t perform that action at this time.
0 commit comments