File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3636## Extended Components
3737
3838- MudListExtended
39+ - MudSelectExtended
3940
4041## Supported MudBlazor Versions
4142| MudExtensions | MudBlazor | .Net |
4445| 6.0.4 - 6.0.12 | 6.0.17 - 6.0.18 | .Net 6 |
4546| 6.1.0 - 6.1.4 | 6.1.0 - 6.1.2 | .Net 6 & .Net 7 |
4647| 6.1.5 - 6.1.9 | 6.1.4 - 6.1.7 | .Net 6 & .Net 7 |
47- | 6.2.0 | 6.1.8 | .Net 6 & .Net 7 |
48+ | 6.2.0 - 6.2.1 | 6.1.8 | .Net 6 & .Net 7 |
4849
4950## Installation
5051This extension uses MudBlazor features (need to set up MudBlazor if you didn't before), so only need to add this line described below:<br /><br />
@@ -60,6 +61,7 @@ Add the following to your HTML **body** section
6061
6162Add the extension services into program.cs
6263``` razor
64+ using MudExtensions.Services;
6365builder.Services.AddMudExtensions();
6466```
6567
You can’t perform that action at this time.
0 commit comments