Skip to content

Commit ce51fe2

Browse files
authored
Update README.md
1 parent bccc7e9 commit ce51fe2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
## Components
1212

13+
- MudAnimate
1314
- MudLoading
1415
- MudLoadingButton
1516
- MudPage
@@ -24,9 +25,22 @@ Add the following to your HTML head section, it's either `index.html` or `_Layou
2425
<link href="_content/CodeBeam.MudExtensions/MudExtensions.min.css" rel="stylesheet" />
2526
```
2627

28+
Adding namespace to `_Imports.razor` is not obligatory, but may be useful.
29+
```
30+
@using MudExtensions
31+
```
32+
2733

2834
## Playground
2935
https://mudextensions.azurewebsites.net/
3036

37+
## Examples
38+
Each example is recorded in the playground website.
39+
40+
### MudAnimate
41+
42+
https://user-images.githubusercontent.com/78308169/194701300-e4ad517a-8fbb-4a5e-9407-a5a585157685.mp4
43+
44+
3145
## Preparing
32-
API lists for each extension component are preparing.
46+
API lists and usage files for each extension component are preparing.

0 commit comments

Comments
 (0)