Add class

This commit is contained in:
Janko Jordan 2023-01-10 13:59:20 +01:00
parent 9a1a62537e
commit 5e4b7e2028

View File

@ -2,11 +2,8 @@
@inherits UIComponent @inherits UIComponent
<div role="alert" <div role="alert" class="@CompiledClassList" @attributes="CustomAttributes" @onclick="Clicked">
class="@CompiledClassList" <div name="alert-content" class="alert-content">
@attributes="CustomAttributes"
@onclick="Clicked">
<div name="alert-content">
@if (GlyphVisible) @if (GlyphVisible)
{ {