зеркало из https://github.com/telerik/blazor-docs.git
chore(common): update primary styling in getting started
This commit is contained in:
Родитель
8073e735b2
Коммит
fe567e5eca
|
@ -93,7 +93,7 @@ To get access to the UI for Blazor components, follow these steps:
|
|||
@using Microsoft.AspNetCore.Components
|
||||
@using Telerik.Blazor.Components.Button
|
||||
|
||||
<TelerikButton OnClick="@SayHelloHandler" Class="k-primary">Say Hello</TelerikButton>
|
||||
<TelerikButton OnClick="@SayHelloHandler" Primary="true">Say Hello</TelerikButton>
|
||||
|
||||
<br />
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче