Skip to content

Commit

Permalink
Update the getting started instructions for WASM standalone.
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchev committed Nov 9, 2024
1 parent d676c67 commit c3cb0c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RadzenBlazorDemos/Pages/GetStarted.razor
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,14 @@ More info is available in the <RadzenLink Text="rendering mode article" Path="ht
@Import(CurrentVersion)
<RadzenText Anchor="@($"get-started/{CurrentVersion}#theme")" TextStyle="TextStyle.H5" TagName="TagName.H2" class="rz-mt-12 rz-mb-4">3. Set the theme</RadzenText>
<RadzenText>
Open the <code>index.html</code> file of your application. Add this code within the <code>&lt;head&gt;</code> element:
Open the <code>MainLayout.razor</code> file of your application. Add this code
</RadzenText>
<pre class="rz-p-4">
<code>&lt;link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css"&gt;</code>
<code>
&lt;HeadContent&gt;
&lt;RadzenTheme Theme="material" /&gt;
&lt;/HeadContent&gt;
</code>
</pre>
<RadzenText Anchor="@($"get-started/{CurrentVersion}#js")" TextStyle="TextStyle.H5" TagName="TagName.H2" class="rz-mt-12 rz-mb-4">4. Include Radzen.Blazor.js</RadzenText>
<RadzenText>
Expand Down

0 comments on commit c3cb0c8

Please sign in to comment.