Add class
This commit is contained in:
parent
9a1a62537e
commit
5e4b7e2028
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user