mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-16 01:41:14 +08:00
015f594d69
* doc: Update English README, add Chinese readme back * doc: fix file name and polish documentation * <feat> Initialize AntStep and AntSteps * feat (steps): Add additional demos for steps. Pending on Click features development. * fix: move step navigation special style to style.less
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
@namespace AntBlazor
|
|
@inherits AntStepsBase
|
|
|
|
<CascadingValue Value="this">
|
|
<div class="@ClassMapper.Class" style="@Style" @attributes="Attributes" Id="@Id">
|
|
@ChildContent
|
|
</div>
|
|
</CascadingValue>
|