You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,14 @@
31
31
- MudWatch
32
32
- MudWheel
33
33
34
+
## Supported MudBlazor Versions
35
+
| Codebeam.MudExtensions | MudBlazor | .Net |
36
+
| :--- | :----: | :---: |
37
+
| 6.0.0 - 6.0.3 | 6.0.16 | .Net 6 |
38
+
| 6.0.4 - 6.0.12 | 6.0.17 | .Net 6 |
39
+
| 6.1.0 - 6.1.4 | 6.1.2 | .Net 6 & .Net 7 |
40
+
| 6.1.5 | 6.1.4 | .Net 6 & .Net 7 |
41
+
34
42
## Installation
35
43
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 />
36
44
Add the following to your HTML head section, it's either `index.html` or `_Layout.cshtml`/`_Host.cshtml` depending on whether you're running Server-Side or WASM.
0 commit comments