ant-design-blazor/components/icon/AntIcon.razor
James Yeung cc9e2df41c refactor: standardized code specification (#82)
* refactor: standardized code specification

* fix: rebase conflict
2020-04-23 17:13:56 +08:00

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>