Skip to content

Commit 77ccf8a

Browse files
authored
Update README.md
1 parent 16f1979 commit 77ccf8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
## Extended Components
3737

3838
- MudListExtended
39+
- MudSelectExtended
3940

4041
## Supported MudBlazor Versions
4142
| MudExtensions | MudBlazor | .Net |
@@ -44,7 +45,7 @@
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
5051
This 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

6162
Add the extension services into program.cs
6263
```razor
64+
using MudExtensions.Services;
6365
builder.Services.AddMudExtensions();
6466
```
6567

0 commit comments

Comments
 (0)