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
[](https://github.com/codebeamorg/codebeam.mudextensions)
@@ -25,6 +25,7 @@
25
25
- MudSpeedDial
26
26
- MudSplitter
27
27
- MudStepper
28
+
- MudSwitchM3
28
29
- MudToggle
29
30
- MudWatch
30
31
- MudWheel
@@ -39,13 +40,14 @@ Add the following to your HTML head section, it's either `index.html` or `_Layou
39
40
Adding namespace to `_Imports.razor` is not obligatory, but may be useful.
40
41
```
41
42
@using MudExtensions
43
+
@using MudExtensions.Enums
42
44
```
43
45
44
46
## Playground
45
47
https://codebeam-mudextensions.pages.dev/
46
48
47
49
## API
48
-
https://mudextensions.azurewebsites.net/api
50
+
https://codebeam-mudextensions.pages.dev/api
49
51
50
52
## Examples
51
53
Each example is recorded in the playground website.
0 commit comments