ant-design-blazor/components/grid/Row.razor

10 lines
220 B
C#

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