mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 17:01:18 +08:00
93310a1d14
* docs: fix anchor and improvement * fix docsearch * fix docsearch action
16 lines
525 B
C#
16 lines
525 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
<div class="ant-anchor-wrapper" style="max-height: 100vh;" id="@Id" @ref="Ref">
|
|
<div class="ant-anchor">
|
|
<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> |