|
|
|
@ -0,0 +1,29 @@ |
|
|
|
|
@page "/borders" |
|
|
|
|
|
|
|
|
|
@rendermode RenderMode.InteractiveServer |
|
|
|
|
|
|
|
|
|
<RadzenText TextStyle="TextStyle.H5">Border Radius</RadzenText> |
|
|
|
|
<RadzenStack Orientation="Orientation.Horizontal" Wrap="FlexWrap.Wrap" JustifyContent="JustifyContent.Center" class="rz-p-12"> |
|
|
|
|
<RadzenButton Text=".rz-border-radius (theme's default)" class="rz-border-radius" /> |
|
|
|
|
<RadzenButton Text=".rz-border-radius-3" class="rz-border-radius-3" /> |
|
|
|
|
<RadzenButton Text=".rz-border-radius-5" class="rz-border-radius-5" /> |
|
|
|
|
<RadzenButton Text=".rz-border-radius-10" class="rz-border-radius-10" /> |
|
|
|
|
</RadzenStack> |
|
|
|
|
|
|
|
|
|
<RadzenText TextStyle="TextStyle.H5">Border Utility</RadzenText> |
|
|
|
|
<RadzenStack Orientation="Orientation.Vertical" Wrap="FlexWrap.Wrap" JustifyContent="JustifyContent.Center" class="rz-p-12"> |
|
|
|
|
<RadzenText class="rz-border-primary" Text=".rz-border-primary" /> |
|
|
|
|
<RadzenText class="rz-border-secondary" Text=".rz-border-secondary" /> |
|
|
|
|
</RadzenStack> |
|
|
|
|
|
|
|
|
|
<RadzenStack Orientation="Orientation.Vertical" Wrap="FlexWrap.Wrap" JustifyContent="JustifyContent.Center" class="rz-p-12"> |
|
|
|
|
<RadzenText class="rz-border-white" Text=".rz-border-white" /> |
|
|
|
|
<RadzenText class="rz-border-base-200" Text=".rz-border-base-200" /> |
|
|
|
|
<RadzenText class="rz-border-base-400" Text=".rz-border-base-400" /> |
|
|
|
|
<RadzenText class="rz-border-base-800" Text=".rz-border-base-800" /> |
|
|
|
|
<RadzenText class="rz-border-black" Text=".rz-border-black" /> |
|
|
|
|
</RadzenStack> |
|
|
|
|
|
|
|
|
|
@code { |
|
|
|
|
|
|
|
|
|
} |