Skip to content

Commit 302cb5a

Browse files
committed
bootstrap v5.3.7 - Docs updated
1 parent af5eda5 commit 302cb5a

10 files changed

+33
-33
lines changed

docs/docs/01-getting-started/01-a-getting-started-webassembly-NET-8.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
2626
After the `<base href="/" />` tag in the **head** section of the **wwwroot/index.html** file, add the following references:
2727

2828
```html showLineNumbers
29-
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
29+
<link href="https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
3030
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet" />
3131
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
3232
```
@@ -36,7 +36,7 @@ After the `<base href="/" />` tag in the **head** section of the **wwwroot/index
3636
Insert the following references into the **body** section of the **wwwroot/index.html** file, immediately after the **_framework/blazor.webassembly.js** reference:
3737

3838
``` js showLineNumbers
39-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
39+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
4040
<!-- Add chart.js reference if chart components are used in your application. -->
4141
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.0.1/chart.umd.js" integrity="sha512-gQhCDsnnnUfaRzD8k1L5llCCV6O9HN09zClIzzeJ8OJ9MpGmIlCxm+pdCkqTwqJ4JcjbojFr79rl2F1mzcoLMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
4242
<!-- Add chartjs-plugin-datalabels.min.js reference if chart components with data label feature is used in your application. -->
@@ -96,7 +96,7 @@ The default Blazor template includes demonstration code and Bootstrap. To remove
9696
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9797
<title>NET8.BlazorWebAssemblyStandaloneApp</title>
9898
<base href="/" />
99-
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
99+
<link href="https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
100100
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet" />
101101
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
102102
<link rel="stylesheet" href="css/app.css" />
@@ -119,7 +119,7 @@ The default Blazor template includes demonstration code and Bootstrap. To remove
119119
<a class="dismiss">🗙</a>
120120
</div>
121121
<script src="_framework/blazor.webassembly.js"></script>
122-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
122+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
123123
<!-- Add chart.js reference if chart components are used in your application. -->
124124
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.js" integrity="sha512-ZwR1/gSZM3ai6vCdI+LVF1zSq/5HznD3ZSTk7kajkaj4D292NLuduDCO1c/NT8Id+jE58KYLKT7hXnbtryGmMg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
125125
<!-- Add chartjs-plugin-datalabels.min.js reference if chart components with data label feature is used in your application. -->

docs/docs/01-getting-started/01-b-getting-started-webapp-server-global-NET-8.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
2626
After the `<base href="/" />` tag in the **head** section of the **Components/App.razor**.
2727

2828
```html showLineNumbers
29-
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
29+
<link href="https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
3030
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet" />
3131
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
3232
```
@@ -36,7 +36,7 @@ After the `<base href="/" />` tag in the **head** section of the **Components/Ap
3636
Insert the following references into the **body** section of the **Components/App.razor** file, immediately after the **_framework/blazor.web.js** reference:
3737

3838
``` js showLineNumbers
39-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
39+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
4040
<!-- Add chart.js reference if chart components are used in your application. -->
4141
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.0.1/chart.umd.js" integrity="sha512-gQhCDsnnnUfaRzD8k1L5llCCV6O9HN09zClIzzeJ8OJ9MpGmIlCxm+pdCkqTwqJ4JcjbojFr79rl2F1mzcoLMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
4242
<!-- Add chartjs-plugin-datalabels.min.js reference if chart components with data label feature is used in your application. -->
@@ -96,7 +96,7 @@ The default Blazor template includes demonstration code and Bootstrap. To remove
9696
<meta charset="utf-8" />
9797
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9898
<base href="/" />
99-
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
99+
<link href="https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
100100
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet" />
101101
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
102102
<link rel="stylesheet" href="app.css" />
@@ -108,7 +108,7 @@ The default Blazor template includes demonstration code and Bootstrap. To remove
108108
<body>
109109
<Routes @rendermode="@InteractiveServer" />
110110
<script src="_framework/blazor.web.js"></script>
111-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
111+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
112112
<!-- Add chart.js reference if chart components are used in your application. -->
113113
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.js" integrity="sha512-ZwR1/gSZM3ai6vCdI+LVF1zSq/5HznD3ZSTk7kajkaj4D292NLuduDCO1c/NT8Id+jE58KYLKT7hXnbtryGmMg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
114114
<!-- Add chartjs-plugin-datalabels.min.js reference if chart components with data label feature is used in your application. -->

docs/docs/01-getting-started/01-c-getting-started-webapp-auto-global-NET-8.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
2828
After the `<base href="/" />` tag in the **head** section of the **Components/App.razor**.
2929

3030
```html showLineNumbers
31-
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
31+
<link href="https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
3232
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet" />
3333
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
3434
```
@@ -38,7 +38,7 @@ After the `<base href="/" />` tag in the **head** section of the **Components/Ap
3838
Insert the following references into the **body** section of the **Components/App.razor** file, immediately after the **_framework/blazor.web.js** reference:
3939

4040
``` js showLineNumbers
41-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
41+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
4242
<!-- Add chart.js reference if chart components are used in your application. -->
4343
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.0.1/chart.umd.js" integrity="sha512-gQhCDsnnnUfaRzD8k1L5llCCV6O9HN09zClIzzeJ8OJ9MpGmIlCxm+pdCkqTwqJ4JcjbojFr79rl2F1mzcoLMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
4444
<!-- Add chartjs-plugin-datalabels.min.js reference if chart components with data label feature is used in your application. -->
@@ -122,7 +122,7 @@ Register tag helpers in **_Imports.razor**
122122
<meta charset="utf-8" />
123123
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
124124
<base href="/" />
125-
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
125+
<link href="https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
126126
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet" />
127127
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
128128
<link rel="stylesheet" href="app.css" />
@@ -134,7 +134,7 @@ Register tag helpers in **_Imports.razor**
134134
<body>
135135
<Routes @rendermode="@InteractiveAuto" />
136136
<script src="_framework/blazor.web.js"></script>
137-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
137+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
138138
<!-- Add chart.js reference if chart components are used in your application. -->
139139
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.js" integrity="sha512-ZwR1/gSZM3ai6vCdI+LVF1zSq/5HznD3ZSTk7kajkaj4D292NLuduDCO1c/NT8Id+jE58KYLKT7hXnbtryGmMg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
140140
<!-- Add chartjs-plugin-datalabels.min.js reference if chart components with data label feature is used in your application. -->

docs/docs/01-getting-started/01-d-getting-started-maui-blazor-NET-8.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
2626
After the `<base href="/" />` tag in the **head** section in the **wwwroot/index.html** file, add the following references:
2727

2828
```html showLineNumbers
29-
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
29+
<link href="https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
3030
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet" />
3131
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
3232
```
@@ -36,7 +36,7 @@ After the `<base href="/" />` tag in the **head** section in the **wwwroot/index
3636
Insert the following references into the **body** section of the **wwwroot/index.html** file, immediately after the **_framework/blazor.webview.js** reference:
3737

3838
``` js showLineNumbers
39-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
39+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
4040
<!-- Add chart.js reference if chart components are used in your application. -->
4141
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.js" integrity="sha512-ZwR1/gSZM3ai6vCdI+LVF1zSq/5HznD3ZSTk7kajkaj4D292NLuduDCO1c/NT8Id+jE58KYLKT7hXnbtryGmMg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
4242
<!-- Add chartjs-plugin-datalabels.min.js reference if chart components with data label feature is used in your application. -->

docs/docs/01-getting-started/02-a-getting-started-webassembly-NET-7.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Install-Package Blazor.Bootstrap -Version 3.3.1
2626
After the `<base href="/" />` tag in the **head** section of the **wwwroot/index.html** file, add the following references:
2727

2828
```html showLineNumbers
29-
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
29+
<link href="https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
3030
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet" />
3131
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
3232
```
@@ -45,7 +45,7 @@ There is a known GitHub issue [Blazor empty template doesn't load scoped CSS](ht
4545
Insert the following references into the **body** section of the **wwwroot/index.html** file, immediately after the **_framework/blazor.webassembly.js** reference:
4646

4747
``` js showLineNumbers
48-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
48+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
4949
<!-- Add chart.js reference if chart components are used in your application. -->
5050
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.js" integrity="sha512-ZwR1/gSZM3ai6vCdI+LVF1zSq/5HznD3ZSTk7kajkaj4D292NLuduDCO1c/NT8Id+jE58KYLKT7hXnbtryGmMg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
5151
<!-- Add chartjs-plugin-datalabels.min.js reference if chart components with data label feature is used in your application. -->
@@ -113,7 +113,7 @@ The default Blazor template includes demonstration code, icons, and Bootstrap. T
113113
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
114114
<title>NET7.BlazorWebAssemblyApp</title>
115115
<base href="/" />
116-
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
116+
<link href="https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
117117
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet" />
118118
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
119119
<link href="css/app.css" rel="stylesheet" />
@@ -137,7 +137,7 @@ The default Blazor template includes demonstration code, icons, and Bootstrap. T
137137
</div>
138138

139139
<script src="_framework/blazor.webassembly.js"></script>
140-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
140+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
141141
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.js" integrity="sha512-ZwR1/gSZM3ai6vCdI+LVF1zSq/5HznD3ZSTk7kajkaj4D292NLuduDCO1c/NT8Id+jE58KYLKT7hXnbtryGmMg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <!-- Add chart.js reference if Chart components are used in the application. -->
142142
<!-- Add sortable.js reference if SortableList component is used in your application. -->
143143
<script src="https://cdn.jsdelivr.net/npm/sortablejs@latest/Sortable.min.js"></script>

0 commit comments

Comments
 (0)