Skip to content

Commit

Permalink
docs(VBadge): update inline prop description
Browse files Browse the repository at this point in the history
closes #19613
closes #20405
  • Loading branch information
KaelWD committed Sep 5, 2024
1 parent 90bf4e5 commit 276499c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/api-generator/src/locale/en/VBadge.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
"bordered": "Applies a **2px** by default and **1.5px** border around the badge when using the **dot** property.",
"content": "Text content to show in the badge.",
"dot": "Reduce the size of the badge and hide its contents.",
"floating": "Elevates the badge above the slotted content.",
"inline": "Moves the badge to be inline with the wrapping element. Supports the usage of the **left** prop.",
"floating": "Move the badge further away from the slotted content. Equivalent to an 8px offset.",
"inline": "Display as an inline block instead of absolute position. **location**, **floating**, and **offset** will have no effect.",
"label": "The **aria-label** used for the badge.",
"max": "Sets the maximum number allowed when using the **content** prop with a `number` like value. If the content number exceeds the maximum value, a `+` suffix is added.",
"offsetX": "Offset the badge on the x-axis.",
"offsetY": "Offset the badge on the y-axis.",
"overlap": "Overlaps the slotted content on top of the component."
"offsetY": "Offset the badge on the y-axis."
},
"slots": {
"badge": "The slot used for the badge's content."
Expand Down

0 comments on commit 276499c

Please sign in to comment.