Skip to content

A public repo for UI templates built using Sysinfocus simple/ui razor component library for Blazor! Check out https://blazor.art for more details.

License

Notifications You must be signed in to change notification settings

Sysinfocus/simple-ui-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sysinfocus simple/ui templates

A public repo for UI templates built using Sysinfocus simple/ui razor component library for Blazor! Check out https://blazor.art for more details.

What you will get?

  • 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.

Component policy

  • 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.

How to contribute?

  • 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

Leveraging Tailwind CSS

About

A public repo for UI templates built using Sysinfocus simple/ui razor component library for Blazor! Check out https://blazor.art for more details.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published