mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-12 11:55:24 +08:00
cc9e2df41c
* refactor: standardized code specification * fix: rebase conflict
7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
@namespace AntBlazor
|
|
@inherits AntDomComponentBase
|
|
|
|
<i class="@ClassMapper.Class" style="@Style" id="@Id" @onclick="OnClick" tabindex="@TabIndex" type="@Type">
|
|
@((MarkupString)SvgImg)
|
|
</i>
|