mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 13:08:23 +08:00
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>
|