add card ext container
b6c52f9d
Simon Liebers
committed
3 changed files
CardExtContainer.razor
/WPE.App.Shared.BaseComponents/Pages/Card/CardExtContainer.razor+18
/WPE.App.Shared.BaseComponents/Pages/Card/CardExtContainer.razor
Add comment 1 Plus  <div class="ext-wrapper">
Add comment 2 Plus   <div class="header">@Title</div>
Add comment 3 Plus   <div class="ext-inner">
Add comment 4 Plus   @if (ChildContent is not null)
Add comment 5 Plus   {
Add comment 6 Plus   @ChildContent
Add comment 7 Plus   }
Add comment 8 Plus   </div>
Add comment 9 Plus  </div>
Add comment 10 Plus  
Add comment 11 Plus  @code {
Add comment 12 Plus   [Parameter]
Add comment 13 Plus   public RenderFragment? ChildContent { get; set; }
Add comment 14 Plus  
Add comment 15 Plus   [Parameter]
Add comment 16 Plus   public string Title { get; set; } = "EXT_TITLE";
Add comment 17 Plus  }
Add comment 18 Plus  
CardExtContainer.razor.css
/WPE.App.Shared.BaseComponents/Pages/Card/CardExtContainer.razor.css
/WPE.App.Shared.BaseComponents/Pages/Card/CardExtContainer.razor.css
WPE.App.Shared.BaseComponents.csproj
/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj
/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj