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

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

9 lines
194 B
Plaintext

@namespace AntBlazor
@inherits AntDomComponentBase
<CascadingValue Value="this">
<div class="@ClassMapper.Class" style="@Style" id="@Id">
@ChildContent
</div>
</CascadingValue>