Skip to content

Commit b4f37f6

Browse files
authored
Update README.md
1 parent 68b6a50 commit b4f37f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
## Components
1212

1313
- MudAnimate
14+
- MudCodeInput
1415
- MudColorProvider
1516
- MudCsvMapper
1617
- MudDateWheelPicker
@@ -38,7 +39,7 @@
3839
| 6.0.0 - 6.0.3 | 6.0.16 | .Net 6 |
3940
| 6.0.4 - 6.0.12 | 6.0.17 - 6.0.18 | .Net 6 |
4041
| 6.1.0 - 6.1.4 | 6.1.0 - 6.1.2 | .Net 6 & .Net 7 |
41-
| 6.1.5 -6.1.8 | 6.1.4 - 6.1.7 | .Net 6 & .Net 7 |
42+
| 6.1.5 -6.1.9 | 6.1.4 - 6.1.7 | .Net 6 & .Net 7 |
4243

4344
## Installation
4445
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 />
@@ -50,7 +51,6 @@ Add the following to your HTML head section, it's either `index.html` or `_Layou
5051
Adding namespace to `_Imports.razor` is not obligatory, but useful.
5152
```razor
5253
@using MudExtensions
53-
@using MudExtensions.Enums
5454
```
5555

5656
## Playground
@@ -66,6 +66,10 @@ Each example is recorded in the playground website.
6666

6767
https://user-images.githubusercontent.com/78308169/194701300-e4ad517a-8fbb-4a5e-9407-a5a585157685.mp4
6868

69+
### MudCodeInput
70+
71+
https://user-images.githubusercontent.com/78308169/213863531-fa817188-3194-4858-8642-ace98a324b32.mp4
72+
6973
### MudDateWheelPicker
7074

7175
https://user-images.githubusercontent.com/78308169/198103805-56f9403b-dcdd-4e82-a02e-e53426d55ad5.mp4

0 commit comments

Comments
 (0)