Skip to content

Commit f8b1da4

Browse files
authored
Dev (#3)
* WebCompiler for scss files * Update README.md
1 parent 0ea2cc1 commit f8b1da4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,20 @@
1111
## Components
1212

1313
- MudLoading
14+
- MudLoadingButton
1415
- MudPage
1516
- MudPasswordField
1617
- MudScrollbar
1718
- MudSection
1819

20+
## Installation
21+
This extension uses MudBlazor features, so only need to add this line described below:<br /><br />
22+
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.
23+
```
24+
<link href="_content/CodeBeam.MudExtensions/MudExtensions.min.css" rel="stylesheet" />
25+
```
26+
27+
1928
## Playground
2029
https://mudextensions.azurewebsites.net/
2130

0 commit comments

Comments
 (0)