ant-design-blazor/components/carousel/CarouselSlick.razor
dblleaf ab9d0be1f0 fix(module: carousel): left/right dot position and dynamically slick rendering (#918)
* Issue#915,and fix the issue that can not render correctly when change carousel DotPosition

* Resolve exception exception of server side when refresh the browser.

* Fix Fade style.
2020-12-26 22:04:00 +08:00

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>