ant-design-blazor/components/grid/Row.razor
Henry.zhang 73c405d70d refactor: add grid and carousel demo ()
* refactor: carousel demo

* fix: remove the ItemGroup from doc projects

* refactor: grid deom

* fix: remove itemgroup from project file antdesign.docs.csproject

* refactor: remove ant prefix

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-07 00:20:28 +08:00

10 lines
208 B
C#

@namespace AntDesign
@inherits AntDomComponentBase
<CascadingValue Value="this">
<div class="@ClassMapper.Class" style="@GutterStyle @Style" id="@Id">
@ChildContent
</div>
</CascadingValue>