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/api-generator/src/locale/en/VExpansionPanels.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,12 @@
2
2
"props": {
3
3
"focusable": "Makes the expansion-panel headers focusable.",
4
4
"flat": "Removes the expansion-panel's elevation and borders.",
5
+
"gap": "Sets the gap between panels. Hides the divider automatically.",
5
6
"modelValue": "Controls expanded panel(s). Defaults to an empty array when using **multiple** prop. It is recommended to set unique `value` prop for the panels inside, otherwise index is used instead.",
7
+
"noDivider": "Hides the dividers between adjacent panels.",
6
8
"readonly": "Makes the entire expansion panel read only.",
7
-
"static": "Remove title size expansion when selected.",
8
-
"tile": "Removes the border-radius."
9
+
"rounded": "Applies a border radius to the first and last panel. Since v4.1.0 accepts array of two values to customize inner radius.",
10
+
"static": "Remove title size expansion when selected."
9
11
},
10
12
"exposed": {
11
13
"prev": "Open the previous panel from the currently selected panel.",
text="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
Use **gap** to add spacing between accordion panels. Can be combined with `:rounded="[outerRadius, innerRadius]"` to adjust the panels corner rounding.
0 commit comments