mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-16 01:41:14 +08:00
9c98b27e3b
* add input component * fix menu
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
@namespace AntBlazor
|
|
@inherits AntDomComponentBase
|
|
|
|
<span class="@ClassMapper.Class" style="@Style" Id="@Id">
|
|
@ChildContent
|
|
</span> |