mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 21:47:38 +08:00
8 lines
222 B
C#
8 lines
222 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
<CascadingValue Value="this">
|
|
<ul class="@ClassMapper.Class" style="@Style" id="@Id" direction="ltr" role="menu">
|
|
@ChildContent
|
|
</ul>
|
|
</CascadingValue> |