Skip to content

Commit 556d58a

Browse files
authored
Update README.md
1 parent 29fb647 commit 556d58a

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@
1212

1313
## :book: Introduction :book:
1414
**MudBlazor.StaticInput** is an extension package for the [MudBlazor](https://github.com/MudBlazor/MudBlazor) library.
15-
Tailored specifically for [Static Server-Side Rendered](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#static-server-side-rendering-static-ssr) (static SSR) pages. It offers seamless integration of MudBlazor's Component design into your applications. Focusing particularly on components designed for forms and edit forms, in situations where [interactive](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#render-modes) components are not feasible.
16-
[*example*: [Blazor Identity UI](https://learn.microsoft.com/en-us/aspnet/core/blazor/security/server/?view=aspnetcore-8.0&tabs=visual-studio#blazor-identity-ui-individual-accounts)].
1715

16+
Tailored specifically for [Static Server-Side Rendered](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#static-server-side-rendering-static-ssr) (static SSR) pages. It offers seamless integration for *some* of MudBlazor's Component design into your static application pages. Focusing particularly on components designed for forms and edit forms, in situations where [interactive](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#render-modes) components are not feasible. For example, when scaffolding [Blazor Identity UI](https://learn.microsoft.com/en-us/aspnet/core/blazor/security/server/?view=aspnetcore-8.0&tabs=visual-studio#blazor-identity-ui-individual-accounts) in your application.
17+
18+
### [Live Demo Application](http://mudblazor-staticinput.tryasp.net/)
1819
<a href="https://github.com/0phois/MudBlazor.StaticInput/tree/master/demo/StaticSample">
1920
<img alt="Static Input Demo" src="content/StaticInput.png" />
2021
</a>
2122

23+
> [!TIP]
24+
> Default email: `[email protected]`
25+
> Default pword: `MudStatic123!`
26+
2227
## :thinking: Why MudBlazor.StaticInput? :thinking:
2328
- **Rapid SSSR Integration:** Effortlessly add MudBlazor components to your static SSR pages, saving development time.
2429
- **Focus on Forms:** Streamline development of forms and edit forms, for use cases such as Microsoft Identity Login forms.
@@ -151,7 +156,7 @@ The set of components and features may extend over time. Currently, StaticInput
151156
</MudNavMenu>
152157
```
153158
</details>
154-
159+
155160
## :rocket: Getting Started :rocket:
156161
To start using MudBlazor.StaticInput in your projects, simply install the package via NuGet Package Manager:
157162
```bash
@@ -161,5 +166,5 @@ Then add the following to the `body` of your `App.razor` file
161166
```
162167
<script src="_content/Extensions.MudBlazor.StaticInput/NavigationObserver.js"></script>
163168
```
164-
169+
> [!NOTE]
165170
> Note: MudBlazor should already be setup for your application

0 commit comments

Comments
 (0)