ant-design-blazor/components/input/InputGroup.razor
2020-05-29 00:33:49 +08:00

6 lines
138 B
C#

@namespace AntDesign
@inherits AntDomComponentBase
<span class="@ClassMapper.Class" style="@Style" Id="@Id">
@ChildContent
</span>