mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-07-08 18:16:08 +00:00
8 lines
1.6 KiB
Plaintext
8 lines
1.6 KiB
Plaintext
<RadzenStack Orientation="Orientation.Vertical" Gap="3rem" class="rz-p-12">
|
|
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Center"><strong>TextAlign.Center</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
|
|
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Left"><strong>TextAlign.Left</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
|
|
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Right"><strong>TextAlign.Right</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
|
|
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Start"><strong>TextAlign.Start</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
|
|
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.End"><strong>TextAlign.End</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
|
|
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Justify"><strong>TextAlign.Justify</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
|
|
</RadzenStack> |