We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e7232 commit dcc06a1Copy full SHA for dcc06a1
components/badge/overview.md
@@ -24,8 +24,8 @@ The Badge comes with built-in customization features that allow the developer to
24
25
````CSHTML
26
<TelerikButton>
27
- <TelerikBadge>12</TelerikBadge>
28
- Notifications
+ <TelerikBadge VerticalAlign="@BadgeVerticalAlign.Bottom">12</TelerikBadge>
+ Notifications
29
</TelerikButton>
30
````
31
0 commit comments