-
+
diff --git a/BlazorBootstrap.Demo.WebAssembly/wwwroot/index.html b/BlazorBootstrap.Demo.WebAssembly/wwwroot/index.html
index dbbab8bcd..c23783736 100644
--- a/BlazorBootstrap.Demo.WebAssembly/wwwroot/index.html
+++ b/BlazorBootstrap.Demo.WebAssembly/wwwroot/index.html
@@ -8,7 +8,7 @@
-
+
@@ -47,7 +47,7 @@
-
+
diff --git a/docs/docs/01-getting-started/01-a-getting-started-webassembly-NET-8.mdx b/docs/docs/01-getting-started/01-a-getting-started-webassembly-NET-8.mdx
index eaec4e899..5db30ab9c 100644
--- a/docs/docs/01-getting-started/01-a-getting-started-webassembly-NET-8.mdx
+++ b/docs/docs/01-getting-started/01-a-getting-started-webassembly-NET-8.mdx
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
After the `` tag in the **head** section of the **wwwroot/index.html** file, add the following references:
```html showLineNumbers
-
+
```
@@ -36,7 +36,7 @@ After the `` tag in the **head** section of the **wwwroot/index
Insert the following references into the **body** section of the **wwwroot/index.html** file, immediately after the **_framework/blazor.webassembly.js** reference:
``` js showLineNumbers
-
+
@@ -96,7 +96,7 @@ The default Blazor template includes demonstration code and Bootstrap. To remove
NET8.BlazorWebAssemblyStandaloneApp
-
+
@@ -119,7 +119,7 @@ The default Blazor template includes demonstration code and Bootstrap. To remove
🗙
-
+
diff --git a/docs/docs/01-getting-started/01-b-getting-started-webapp-server-global-NET-8.mdx b/docs/docs/01-getting-started/01-b-getting-started-webapp-server-global-NET-8.mdx
index 4aafab79e..b9cf57264 100644
--- a/docs/docs/01-getting-started/01-b-getting-started-webapp-server-global-NET-8.mdx
+++ b/docs/docs/01-getting-started/01-b-getting-started-webapp-server-global-NET-8.mdx
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
After the `` tag in the **head** section of the **Components/App.razor**.
```html showLineNumbers
-
+
```
@@ -36,7 +36,7 @@ After the `` tag in the **head** section of the **Components/Ap
Insert the following references into the **body** section of the **Components/App.razor** file, immediately after the **_framework/blazor.web.js** reference:
``` js showLineNumbers
-
+
@@ -96,7 +96,7 @@ The default Blazor template includes demonstration code and Bootstrap. To remove
-
+
@@ -108,7 +108,7 @@ The default Blazor template includes demonstration code and Bootstrap. To remove
-
+
diff --git a/docs/docs/01-getting-started/01-c-getting-started-webapp-auto-global-NET-8.mdx b/docs/docs/01-getting-started/01-c-getting-started-webapp-auto-global-NET-8.mdx
index 2a8bae309..1423ec7c0 100644
--- a/docs/docs/01-getting-started/01-c-getting-started-webapp-auto-global-NET-8.mdx
+++ b/docs/docs/01-getting-started/01-c-getting-started-webapp-auto-global-NET-8.mdx
@@ -28,7 +28,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
After the `` tag in the **head** section of the **Components/App.razor**.
```html showLineNumbers
-
+
```
@@ -38,7 +38,7 @@ After the `` tag in the **head** section of the **Components/Ap
Insert the following references into the **body** section of the **Components/App.razor** file, immediately after the **_framework/blazor.web.js** reference:
``` js showLineNumbers
-
+
@@ -122,7 +122,7 @@ Register tag helpers in **_Imports.razor**
-
+
@@ -134,7 +134,7 @@ Register tag helpers in **_Imports.razor**
-
+
diff --git a/docs/docs/01-getting-started/01-d-getting-started-maui-blazor-NET-8.mdx b/docs/docs/01-getting-started/01-d-getting-started-maui-blazor-NET-8.mdx
index c28bcd6aa..4545d3ab6 100644
--- a/docs/docs/01-getting-started/01-d-getting-started-maui-blazor-NET-8.mdx
+++ b/docs/docs/01-getting-started/01-d-getting-started-maui-blazor-NET-8.mdx
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
After the `` tag in the **head** section in the **wwwroot/index.html** file, add the following references:
```html showLineNumbers
-
+
```
@@ -36,7 +36,7 @@ After the `` tag in the **head** section in the **wwwroot/index
Insert the following references into the **body** section of the **wwwroot/index.html** file, immediately after the **_framework/blazor.webview.js** reference:
``` js showLineNumbers
-
+
diff --git a/docs/docs/01-getting-started/02-a-getting-started-webassembly-NET-7.mdx b/docs/docs/01-getting-started/02-a-getting-started-webassembly-NET-7.mdx
index c10553134..7030e9b9b 100644
--- a/docs/docs/01-getting-started/02-a-getting-started-webassembly-NET-7.mdx
+++ b/docs/docs/01-getting-started/02-a-getting-started-webassembly-NET-7.mdx
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
After the `` tag in the **head** section of the **wwwroot/index.html** file, add the following references:
```html showLineNumbers
-
+
```
@@ -45,7 +45,7 @@ There is a known GitHub issue [Blazor empty template doesn't load scoped CSS](ht
Insert the following references into the **body** section of the **wwwroot/index.html** file, immediately after the **_framework/blazor.webassembly.js** reference:
``` js showLineNumbers
-
+
@@ -113,7 +113,7 @@ The default Blazor template includes demonstration code, icons, and Bootstrap. T
NET7.BlazorWebAssemblyApp
-
+
@@ -137,7 +137,7 @@ The default Blazor template includes demonstration code, icons, and Bootstrap. T
-
+
diff --git a/docs/docs/01-getting-started/02-b-getting-started-server-NET-7.mdx b/docs/docs/01-getting-started/02-b-getting-started-server-NET-7.mdx
index a5ecb1dd9..9a4087fe6 100644
--- a/docs/docs/01-getting-started/02-b-getting-started-server-NET-7.mdx
+++ b/docs/docs/01-getting-started/02-b-getting-started-server-NET-7.mdx
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
After the `` tag in the **head** section in the **Pages/_Host.cshtml** file, add the following references:
```html showLineNumbers
-
+
```
@@ -45,7 +45,7 @@ There is a known GitHub issue [Blazor empty template doesn't load scoped CSS](ht
Insert the following references into the **body** section of the **Pages/_Host.cshtml** file, immediately after the **_framework/blazor.server.js** reference:
``` js showLineNumbers
-
+
@@ -116,7 +116,7 @@ The default Blazor template includes demonstration code, icons, and Bootstrap. T
-
+
@@ -139,7 +139,7 @@ The default Blazor template includes demonstration code, icons, and Bootstrap. T
-
+
diff --git a/docs/docs/01-getting-started/02-c-getting-started-maui-blazor-NET-7.mdx b/docs/docs/01-getting-started/02-c-getting-started-maui-blazor-NET-7.mdx
index f5aadf9b9..ea68db92b 100644
--- a/docs/docs/01-getting-started/02-c-getting-started-maui-blazor-NET-7.mdx
+++ b/docs/docs/01-getting-started/02-c-getting-started-maui-blazor-NET-7.mdx
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
After the tag in the **head** section in the **wwwroot/index.html** file, add the following references:
```html showLineNumbers
-
+
```
@@ -36,7 +36,7 @@ After the tag in the **head** section in the **wwwroot/index.h
Insert the following references into the **body** section of the **wwwroot/index.html** file, immediately after the **_framework/blazor.webview.js** reference:
``` js showLineNumbers
-
+
diff --git a/docs/docs/01-getting-started/03-a-getting-started-webassembly-NET-6.mdx b/docs/docs/01-getting-started/03-a-getting-started-webassembly-NET-6.mdx
index e5cf5dd36..9237fa81b 100644
--- a/docs/docs/01-getting-started/03-a-getting-started-webassembly-NET-6.mdx
+++ b/docs/docs/01-getting-started/03-a-getting-started-webassembly-NET-6.mdx
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
After the `` tag in the **head** section of the **wwwroot/index.html** file, add the following references:
```html showLineNumbers
-
+
```
@@ -45,7 +45,7 @@ There is a known GitHub issue [Blazor empty template doesn't load scoped CSS](ht
Insert the following references into the **body** section of the **wwwroot/index.html** file, immediately after the **_framework/blazor.webassembly.js** reference:
``` js showLineNumbers
-
+
@@ -113,7 +113,7 @@ The default Blazor template includes demonstration code, icons, and Bootstrap. T
NET6.BlazorWebAssemblyApp
-
+
@@ -130,7 +130,7 @@ The default Blazor template includes demonstration code, icons, and Bootstrap. T
-
+
diff --git a/docs/docs/01-getting-started/03-b-getting-started-server-NET-6.mdx b/docs/docs/01-getting-started/03-b-getting-started-server-NET-6.mdx
index 130da55e7..98ce75c05 100644
--- a/docs/docs/01-getting-started/03-b-getting-started-server-NET-6.mdx
+++ b/docs/docs/01-getting-started/03-b-getting-started-server-NET-6.mdx
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
After the `` tag in the **head** section in the **Pages/_Layout.cshtml** file, add the following references:
```html showLineNumbers
-
+
```
@@ -49,7 +49,7 @@ In .NET 6 Blazor Server App default template, you may see **Pages/_Layout.cshtml
Insert the following references into the **body** section of the **Pages/_Layout.cshtml** file, immediately after the **_framework/blazor.server.js** reference:
``` js showLineNumbers
-
+
@@ -119,7 +119,7 @@ The default Blazor template includes demonstration code, icons, and Bootstrap. T
-
+
@@ -141,7 +141,7 @@ The default Blazor template includes demonstration code, icons, and Bootstrap. T
-
+
diff --git a/docs/package.json b/docs/package.json
index 2765e6925..08fcb970d 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "blazorbootstrap",
- "version": "3.3.1",
+ "version": "3.4.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",