Skip to content

Commit

Permalink
Add missing descriptions for VaModal
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongmao86 committed Apr 28, 2023
1 parent 5bdb5fb commit 39a0c45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/docs/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,11 @@
"anchorClass": "Set class name to the `anchor` slot container",
"zIndex": "Set the modal's `z-index`",
"allowBodyScroll": "Allows the document scroll while modal is open.",
"blur": "Use `blur` filter to overlay. Root `css` variable `--va-modal-overlay-background-blur-radius` sets the blur radius"
"blur": "Use `blur` filter to overlay. Root `css` variable `--va-modal-overlay-background-blur-radius` sets the blur radius",
"ariaCloseLabel": "The aria-label of the close button",
"backgroundColor": "The background color of the modal dialog",
"beforeClose": "Function run before closing the modal",
"noPadding": "Disable padding in the modal dialog"
},
"events": {
"updateModelValue": "The event is triggered when the component needs to change visibility",
Expand Down

0 comments on commit 39a0c45

Please sign in to comment.