MudBlazor / Templates

Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.
MIT License
680 stars 144 forks source link

How to view the template displayed on the homepage #470

Open Newbie-JZ opened 5 days ago

Newbie-JZ commented 5 days ago

Where can I find the templates showcased on the homepage (https://mudblazor.com/) that offer a more visually appealing and user-friendly experience?

ScarletKuro commented 5 days ago

Hi,

Where can I find the templates showcased on the homepage (https://mudblazor.com/) that offer a more visually appealing and user-friendly experience?

It's just a render. Something "close" was in the old dashboard https://mudblazorwithjwt.azurewebsites.net/personal/dashboard. You can find the source code here: https://github.com/TheDayIsMyEnemy/BlazorTemplates/tree/admin-dashboard, but it's pretty old and unsupported.

Newbie-JZ commented 4 days ago

Okay, thank you. I still suggest providing a template page with richer content, which is more user-friendly and faster for beginners like me to get started with

ScarletKuro commented 4 days ago

Okay, thank you. I still suggest providing a template page with richer content, which is more user-friendly and faster for beginners like me to get started with

The point of the templates is to provide a startup setup that saves time and avoids confusion when dealing with WebApps. The MudBlazor.Templates is a fork of the original Microsoft templates, but with MudBlazor components. We don't plan to change this, as the maintenance cost would increase with each new .NET runtime release and its features.

To continue, you can use the documentation from https://mudblazor.com/ and copy-paste the examples into your project to experiment with them.