mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 12:07:44 +08:00
d2e9c4b247
* feat(module: config-provider): support RTL * add rtl for each component * fix rtl for pagination * add rtl for overlay
16 lines
533 B
C#
16 lines
533 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
<div class="ant-anchor-wrapper" style="max-height: 100vh;" id="@Id" @ref="Ref">
|
|
<div class="@ClassMapper.Class">
|
|
<div class="ant-anchor-ink" @ref="@_ink">
|
|
<span class="@_ballClass" style="@_ballStyle">
|
|
</span>
|
|
</div>
|
|
<CascadingValue Value="this" Name="Root" IsFixed>
|
|
<CascadingValue Value="this" Name="Parent">
|
|
@ChildContent
|
|
</CascadingValue>
|
|
</CascadingValue>
|
|
</div>
|
|
</div> |