diff --git a/BlazorExpress.ChartJS.Demo.RCL/Components/Layout/MainLayout.razor b/BlazorExpress.ChartJS.Demo.RCL/Components/Layout/MainLayout.razor index 3924c21..dcb3648 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Components/Layout/MainLayout.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Components/Layout/MainLayout.razor @@ -9,7 +9,7 @@ Title="BlazorExpress.ChartJS" BadgeText="@Version" DataProvider="SidebarDataProvider" - Style="--bb-sidebar-width: 365px !important;"/> + Style="--bb-sidebar-width: 300px !important;"/>
diff --git a/BlazorExpress.ChartJS.Demo.RCL/Components/Layout/MainLayoutBaseFooter.razor b/BlazorExpress.ChartJS.Demo.RCL/Components/Layout/MainLayoutBaseFooter.razor index 374ef58..dc46502 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Components/Layout/MainLayoutBaseFooter.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Components/Layout/MainLayoutBaseFooter.razor @@ -27,8 +27,8 @@ diff --git a/BlazorExpress.ChartJS.Demo.RCL/Components/Pages/GettingStarted/NET8_01_WebAssembly/GettingStarted.razor b/BlazorExpress.ChartJS.Demo.RCL/Components/Pages/GettingStarted/NET8_01_WebAssembly/GettingStarted.razor index 82ad1d0..bd9bf2e 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Components/Pages/GettingStarted/NET8_01_WebAssembly/GettingStarted.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Components/Pages/GettingStarted/NET8_01_WebAssembly/GettingStarted.razor @@ -7,7 +7,7 @@ Description="@description" ImageUrl="@imageUrl" /> - +
Looking to quickly add BlazorExpress.ChartJS to your project? Use NuGet package manager.
@@ -15,13 +15,13 @@ Install-Package BlazorExpress.ChartJS -Version @version
- +
Insert the following references into the body section of the wwwroot/index.html file, immediately after the _framework/blazor.webassembly.js reference:
- +
Register tag helpers in _Imports.razor.