Skip to content

Commit 4b41076

Browse files
committed
Addressing some code review comments
1 parent bfc5206 commit 4b41076

44 files changed

Lines changed: 90 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

templates/IgniteUI.Blazor.Templates/templates/item/ApexChartComponent/ApexChartComponent.razor

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,17 @@
158158
* 1. Install: dotnet add package IgniteUI.Blazor.Lite
159159
* 2. Register (Program.cs): builder.Services.AddIgniteUIBlazor();
160160
* 3. _Imports.razor: @using IgniteUI.Blazor.Controls
161+
* (optional here — this file already declares its own @using;
162+
* add it to _Imports.razor to share it project-wide)
161163
* 4. Host page theme (index.html / App.razor / _Host.cshtml):
162164
* <link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
163165
* Do not mix IgniteUI.Blazor.Lite with the licensed IgniteUI.Blazor package.
164166
*
165167
* Apex Chart (Blazor-ApexCharts — https://apexcharts.github.io/Blazor-ApexCharts):
166168
* 5. Install: dotnet add package Blazor-ApexCharts
167169
* 6. _Imports.razor: @using ApexCharts
170+
* (optional here — this file already declares its own @using;
171+
* add it to _Imports.razor to share it project-wide)
168172
* 7. Register (Program.cs, optional — enables global options/DI):
169173
* builder.Services.AddApexCharts();
170174
* The package loads its own JS via a static web asset; no <script> tag is required.

templates/IgniteUI.Blazor.Templates/templates/item/IgbAccordionComponent/IgbAccordionComponent.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
* 1. Install: dotnet add package IgniteUI.Blazor.Lite
4747
* 2. Register (Program.cs): builder.Services.AddIgniteUIBlazor();
4848
* 3. _Imports.razor: @using IgniteUI.Blazor.Controls
49+
* (optional here — this file already declares its own @using;
50+
* add it to _Imports.razor to share it project-wide)
4951
* 4. Host page theme (index.html / App.razor / _Host.cshtml):
5052
* <link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
5153
* 5. Blazor Web App (.NET 8+): add an interactive render mode to this page,

templates/IgniteUI.Blazor.Templates/templates/item/IgbAvatarComponent/IgbAvatarComponent.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
* 1. Install: dotnet add package IgniteUI.Blazor.Lite
6464
* 2. Register (Program.cs): builder.Services.AddIgniteUIBlazor();
6565
* 3. _Imports.razor: @using IgniteUI.Blazor.Controls
66+
* (optional here — this file already declares its own @using;
67+
* add it to _Imports.razor to share it project-wide)
6668
* 4. Host page theme (index.html / App.razor / _Host.cshtml):
6769
* <link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
6870
* 5. Blazor Web App (.NET 8+): add an interactive render mode to this page,

templates/IgniteUI.Blazor.Templates/templates/item/IgbBadgeComponent/IgbBadgeComponent.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
* 1. Install: dotnet add package IgniteUI.Blazor.Lite
5757
* 2. Register (Program.cs): builder.Services.AddIgniteUIBlazor();
5858
* 3. _Imports.razor: @using IgniteUI.Blazor.Controls
59+
* (optional here — this file already declares its own @using;
60+
* add it to _Imports.razor to share it project-wide)
5961
* 4. Host page theme (index.html / App.razor / _Host.cshtml):
6062
* <link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
6163
* 5. Blazor Web App (.NET 8+): add an interactive render mode to this page,

templates/IgniteUI.Blazor.Templates/templates/item/IgbBannerComponent/IgbBannerComponent.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
* 1. Install: dotnet add package IgniteUI.Blazor.Lite
3333
* 2. Register (Program.cs): builder.Services.AddIgniteUIBlazor();
3434
* 3. _Imports.razor: @using IgniteUI.Blazor.Controls
35+
* (optional here — this file already declares its own @using;
36+
* add it to _Imports.razor to share it project-wide)
3537
* 4. Host page theme (index.html / App.razor / _Host.cshtml):
3638
* <link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
3739
* 5. Blazor Web App (.NET 8+): add an interactive render mode to this page,

templates/IgniteUI.Blazor.Templates/templates/item/IgbButtonComponent/IgbButtonComponent.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
* 1. Install: dotnet add package IgniteUI.Blazor.Lite
4242
* 2. Register (Program.cs): builder.Services.AddIgniteUIBlazor();
4343
* 3. _Imports.razor: @using IgniteUI.Blazor.Controls
44+
* (optional here — this file already declares its own @using;
45+
* add it to _Imports.razor to share it project-wide)
4446
* 4. Host page theme (index.html / App.razor / _Host.cshtml):
4547
* <link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
4648
* 5. Blazor Web App (.NET 8+): add an interactive render mode to this page,

templates/IgniteUI.Blazor.Templates/templates/item/IgbButtonGroupComponent/IgbButtonGroupComponent.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
* 1. Install: dotnet add package IgniteUI.Blazor.Lite
5858
* 2. Register (Program.cs): builder.Services.AddIgniteUIBlazor();
5959
* 3. _Imports.razor: @using IgniteUI.Blazor.Controls
60+
* (optional here — this file already declares its own @using;
61+
* add it to _Imports.razor to share it project-wide)
6062
* 4. Host page theme (index.html / App.razor / _Host.cshtml):
6163
* <link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
6264
* 5. Blazor Web App (.NET 8+): add an interactive render mode to this page,

templates/IgniteUI.Blazor.Templates/templates/item/IgbCalendarComponent/IgbCalendarComponent.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
* 1. Install: dotnet add package IgniteUI.Blazor.Lite
5959
* 2. Register (Program.cs): builder.Services.AddIgniteUIBlazor();
6060
* 3. _Imports.razor: @using IgniteUI.Blazor.Controls
61+
* (optional here — this file already declares its own @using;
62+
* add it to _Imports.razor to share it project-wide)
6163
* 4. Host page theme (index.html / App.razor / _Host.cshtml):
6264
* <link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
6365
* 5. Blazor Web App (.NET 8+): add an interactive render mode to this page,

templates/IgniteUI.Blazor.Templates/templates/item/IgbCardComponent/IgbCardComponent.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
* 1. Install: dotnet add package IgniteUI.Blazor.Lite
4444
* 2. Register (Program.cs): builder.Services.AddIgniteUIBlazor();
4545
* 3. _Imports.razor: @using IgniteUI.Blazor.Controls
46+
* (optional here — this file already declares its own @using;
47+
* add it to _Imports.razor to share it project-wide)
4648
* 4. Host page theme (index.html / App.razor / _Host.cshtml):
4749
* <link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
4850
* 5. Blazor Web App (.NET 8+): add an interactive render mode to this page,

templates/IgniteUI.Blazor.Templates/templates/item/IgbCarouselComponent/IgbCarouselComponent.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
* 1. Install: dotnet add package IgniteUI.Blazor.Lite
6666
* 2. Register (Program.cs): builder.Services.AddIgniteUIBlazor();
6767
* 3. _Imports.razor: @using IgniteUI.Blazor.Controls
68+
* (optional here — this file already declares its own @using;
69+
* add it to _Imports.razor to share it project-wide)
6870
* 4. Host page theme (index.html / App.razor / _Host.cshtml):
6971
* <link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
7072
* 5. Blazor Web App (.NET 8+): add an interactive render mode to this page,

0 commit comments

Comments
 (0)