A public repo for UI templates built using Sysinfocus simple/ui razor component library for Blazor! Check out https://blazor.art for more details.
- Ready to use UI templates like Login page, Register page, Sidebars, etc,.
- You can copy the code and adopt it to your requirements.
- You can also contribute your templates by creating PRs to this repo.
- Keep the razor code in
.razor
file. (if backend code is minimal, it can be in the same file) - Keep all the css in the
.css
file associated with the component. For eg: Login.razor will have css in Login.razor.css - Avoid .js as far as possible. If it is still required, keep all the js in the
.js
file associated with the component. For eg: Login.razor will have js in Login.razor.js - The objective is creating UI, hence avoid any implementation of event handlers and just provide the empty methods.
- Fork the repo
- Create a folder under
Contributors
folder - Create components under your folder.
- Create a PR.
- If everything is according to the requirements, it will be merged into the main repo.
For more information about Sysinfocus simple/ui components and Blazor in general, visit BLAZOR.ART