Skip to content

Commit 041aa13

Browse files
authored
Update README.md
1 parent 0a951f6 commit 041aa13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CodeBeam.MudExtensions
22
#### Useful third party extension components for MudBlazor, from the community contributors.
3-
##### `TheSecondaryNeedsForMud`
3+
##### `TheMudSecondary`
44

55
[![GitHub Repo stars](https://img.shields.io/github/stars/codebeamorg/codebeam.mudextensions?color=594ae2&style=flat-square&logo=github)](https://github.com/codebeamorg/codebeam.mudextensions/stargazers)
66
[![GitHub last commit](https://img.shields.io/github/last-commit/codebeamorg/codebeam.mudextensions?color=594ae2&style=flat-square&logo=github)](https://github.com/codebeamorg/codebeam.mudextensions)
@@ -25,6 +25,7 @@
2525
- MudSpeedDial
2626
- MudSplitter
2727
- MudStepper
28+
- MudSwitchM3
2829
- MudToggle
2930
- MudWatch
3031
- MudWheel
@@ -39,13 +40,14 @@ Add the following to your HTML head section, it's either `index.html` or `_Layou
3940
Adding namespace to `_Imports.razor` is not obligatory, but may be useful.
4041
```
4142
@using MudExtensions
43+
@using MudExtensions.Enums
4244
```
4345

4446
## Playground
4547
https://codebeam-mudextensions.pages.dev/
4648

4749
## API
48-
https://mudextensions.azurewebsites.net/api
50+
https://codebeam-mudextensions.pages.dev/api
4951

5052
## Examples
5153
Each example is recorded in the playground website.

0 commit comments

Comments
 (0)