Skip to content

Commit d9e7211

Browse files
docs(VList): add description for expanded and collapse-icon (#20156)
Co-authored-by: John Leider <[email protected]>
1 parent 0f8fd5d commit d9e7211

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/api-generator/src/locale/en/VList.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"link": "Applies `v-list-item` hover styles. Useful when using the item is an _activator_.",
88
"nav": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**.",
99
"subheader": "Removes the top padding from `v-list-subheader` components. When used as a **String**, renders a subheader for you.",
10-
"slim": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
10+
"slim": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation.",
11+
"collapseIcon": "Icon to display when the list item is expanded.",
12+
"expandIcon": "Icon to display when the list item is collapsed."
1113
}
1214
}

0 commit comments

Comments
 (0)