mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 08:51:27 +08:00
10 lines
305 B
C#
10 lines
305 B
C#
|
@namespace AntDesign
|
|||
|
@inherits AntDomComponentBase
|
|||
|
|
|||
|
<div data-index="@Parent.IndexOfSlick(this)" class="@Class" tabindex="-1" aria-hidden="@((!Active).ToString())" style="@Style">
|
|||
|
<div>
|
|||
|
<div tabindex="-1" style="width: 100%; display: inline-block;">
|
|||
|
@ChildContent
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|