We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8073e73 commit fe567e5Copy full SHA for fe567e5
_contentTemplates/common/get-started.md
@@ -93,7 +93,7 @@ To get access to the UI for Blazor components, follow these steps:
93
@using Microsoft.AspNetCore.Components
94
@using Telerik.Blazor.Components.Button
95
96
- <TelerikButton OnClick="@SayHelloHandler" Class="k-primary">Say Hello</TelerikButton>
+ <TelerikButton OnClick="@SayHelloHandler" Primary="true">Say Hello</TelerikButton>
97
98
<br />
99
0 commit comments