Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/badge/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ The Badge comes with built-in customization features that allow the developer to

````CSHTML
<TelerikButton>
<TelerikBadge>12</TelerikBadge>
Notifications
<TelerikBadge VerticalAlign="@BadgeVerticalAlign.Bottom">12</TelerikBadge>
Notifications
</TelerikButton>
````

Expand Down
Loading