Logo
Explore Help
Sign In
starred/radzen-blazor
1
0
Fork 0
You've already forked radzen-blazor
mirror of https://github.com/radzenhq/radzen-blazor.git synced 2026-02-04 05:35:44 +00:00
Code Issues 1.3k Packages Projects Releases 22 Wiki Activity
Files
master
radzen-blazor/Radzen.Blazor/RadzenBadge.razor

15 lines
255 B
Plaintext
Raw Permalink Normal View History

Feature/badge component (#171) * fix button unit test * add RadzenBadge Component * add RadzenBadge Component tests * use scss & rz- classes instead of bootstrap * add missing newline * add badge scss to components * remove underlined text from badge link * cleanup badge page * remove badge as link * Add the inherited attributes from RadzenComponent. Co-authored-by: Marco Papst <papst@sma.de> Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2021-07-14 15:29:19 +02:00
@inherits RadzenComponent
Badge Visible fixed
2021-07-21 07:10:25 +03:00
@if (Visible)
{
Feature/badge component (#171) * fix button unit test * add RadzenBadge Component * add RadzenBadge Component tests * use scss & rz- classes instead of bootstrap * add missing newline * add badge scss to components * remove underlined text from badge link * cleanup badge page * remove badge as link * Add the inherited attributes from RadzenComponent. Co-authored-by: Marco Papst <papst@sma.de> Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2021-07-14 15:29:19 +02:00
<span @ref="@Element" style="@Style" @attributes="Attributes" class="@GetCssClass()" id="@GetId()">
@if (ChildContent != null)
{
@ChildContent
}
else
{
@Text
}
</span>
Badge Visible fixed
2021-07-21 07:10:25 +03:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 972ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API