mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 17:31:42 +08:00
f9b615c2ca
...for affix,back-top,breadcrumb,card,divider,typogragpy and timeline Co-authored-by: ElderJames <shunjiey@hotmail.com>
7 lines
200 B
C#
7 lines
200 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
<i class="@ClassMapper.Class" style="@Style" id="@Id" @onclick="HandleOnClick" tabindex="@TabIndex" type="@Type">
|
|
@((MarkupString)SvgImg)
|
|
</i>
|