File tree Expand file tree Collapse file tree
BlazorExpress.ChartJS.Demo.RCL/Components
Pages/GettingStarted/NET8_01_WebAssembly Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 Title =" BlazorExpress.ChartJS"
1010 BadgeText =" @Version"
1111 DataProvider =" SidebarDataProvider"
12- Style =" --bb-sidebar-width: 365px !important;" />
12+ Style =" --bb-sidebar-width: 300px !important;" />
1313
1414 <main class =" bb-scrollbar" >
1515 <div class =" content my-4 my-md-4 px-4" >
Original file line number Diff line number Diff line change 2727 <div class =" col-6 col-lg-2 mb-3" >
2828 <h5 >Guides</h5 >
2929 <ul class =" list-unstyled" >
30- <li class =" mb-2" ><a href =" /getting-started" >Getting started</a ></li >
31- <li class =" mb-2" ><a href =" /getting-started#install-nuget-package" >Install Nuget</a ></li >
30+ <li class =" mb-2" ><a href =" /charts/ getting-started/blazor-webassembly-net-8 " >Getting started</a ></li >
31+ <li class =" mb-2" ><a href =" /charts/ getting-started/blazor-webassembly-net-8 #install-nuget-package" >Install Nuget</a ></li >
3232 @* <li class="mb-2"><a href="#" target="_blank">Starter templates</a></li> *@
3333 </ul >
3434 </div >
Original file line number Diff line number Diff line change 77 Description =" @description"
88 ImageUrl =" @imageUrl" />
99
10- <SectionHeading Size =" HeadingSize.H4" Text =" Install Nuget Package" PageUrl =" @pageUrl " HashTagName =" install-nuget-package" />
10+ <SectionHeading Size =" HeadingSize.H4" Text =" Install Nuget Package" PageUrl =" @pageUrl2 " HashTagName =" install-nuget-package" />
1111<div class =" mb-3" >
1212 Looking to quickly add <b >BlazorExpress.ChartJS</b > to your project? Use NuGet package manager.
1313</div >
1414<div class =" p-2 text-bg-dark rounded" >
1515 Install-Package BlazorExpress.ChartJS -Version @version
1616</div >
1717
18- <SectionHeading Size =" HeadingSize.H4" Text =" Add script references" PageUrl =" @pageUrl " HashTagName =" add-script-references" />
18+ <SectionHeading Size =" HeadingSize.H4" Text =" Add script references" PageUrl =" @pageUrl2 " HashTagName =" add-script-references" />
1919<div class =" mb-3" >
2020 Insert the following references into the <b >body</b > section of the <b >wwwroot/index.html</b > file, immediately after the <b >_framework/blazor.webassembly.js</b > reference:
2121</div >
2222<Snippet LanguageCode =" LanguageCode.JavaScript" FilePath =" ~\Components\Pages\GettingStarted\NET8_01_WebAssembly\Getting_Started_Snippet_01_Scripts.html" />
2323
24- <SectionHeading Size =" HeadingSize.H4" Text =" Register services" PageUrl =" @pageUrl " HashTagName =" register-services" />
24+ <SectionHeading Size =" HeadingSize.H4" Text =" Register services" PageUrl =" @pageUrl2 " HashTagName =" register-services" />
2525<div class =" mb-3" >
2626 Register tag helpers in <b >_Imports.razor</b >.
2727</div >
You can’t perform that action at this time.
0 commit comments