2025-02-08 19:27:59 -06:00
|
|
|
<div class="ant-page-content @Class" style="@Style">
|
2025-02-04 19:32:33 -06:00
|
|
|
@ChildContent
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@code {
|
|
|
|
|
[Parameter] public RenderFragment ChildContent { get; set; }
|
2025-02-08 19:27:59 -06:00
|
|
|
[Parameter] public string Class { get; set; }
|
|
|
|
|
[Parameter] public string Style { get; set; }
|
2025-02-04 19:32:33 -06:00
|
|
|
}
|