11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
@inherits NejComponentBase
|
|
|
|
<th class="px-2 py-3 align-middle text-xs uppercase whitespace-nowrap font-bold text-left text-secondary border-b-2 border-secondary @GetCssClass()">
|
|
@ChildContent
|
|
</th>
|
|
|
|
@code {
|
|
[Parameter]
|
|
public RenderFragment ChildContent { get; set; } = default!;
|
|
}
|