mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 12:07:44 +08:00
10 lines
220 B
C#
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>
|
|
|