mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-02-04 05:35:44 +00:00
6 lines
224 B
Plaintext
6 lines
224 B
Plaintext
@inherits RadzenComponent
|
|
|
|
@if (Visible)
|
|
{
|
|
<label @ref="@Element" for="@Component" style="@Style" @attributes="Attributes" class="@GetCssClass()" id="@GetId()">@if(ChildContent != null){@ChildContent}else{@Text}</label>
|
|
} |