Skip to content

Commit

Permalink
Update components/badge/overview.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yordan <[email protected]>
  • Loading branch information
svdimitr and yordan-mitev authored Mar 6, 2024
1 parent 0630630 commit 8a3ca09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/badge/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following parameters enable you to customize the appearance of the Blazor Ba

| Parameter | Type | Description |
| --- | --- | --- |
| `Class` | `string` | The CSS class to be rendered on the main wrapping element of the AppBar component, which is `<div class="k-badge">`. Use for [styling customizations]({%slug themes-override%}). |
| `Class` | `string` | Defines the `<div class="k-badge">` CSS class rendered on the main wrapping element of the Badge component. Use it for [styling customizations]({%slug themes-override%}). |
| `FillMode` | `Telerik.Blazor.ThemeConstants.Badge.FillMode.Solid` | Controls how the Badge is filled. |
| `Rounded` | `Telerik.Blazor.ThemeConstants.Badge.Rounded.Full` | Defines how rounded the borders of the Badge are. |
| `Size` | `Telerik.Blazor.ThemeConstants.Badge.Size.Medium` | Sets the size of the Badge. |
Expand Down

0 comments on commit 8a3ca09

Please sign in to comment.