CustomizeUI
Most of the BlazorPlus UI are customizable
Customize the Alert/Confirm/Prompt :
https://github.com/BlazorPlus/BlazorPlus/blob/master/DefaultTemplate/DefaultTemplate/Providers.cs
https://github.com/BlazorPlus/BlazorPlus/tree/master/DefaultTemplate/DefaultTemplate/CustomizeUI
BlazorDialog:
use css class .blazordialog to change the style of dialog background layer
Toast :
1 - use css class .blazorplus_toast to change the style of Toast
2 - override JavaScript functions Toast() and ToastClear() to implement custom UI
Waiting Mask :
1 - use css calss .bp_waiting_mask to change the style of Waiting Mask
2 - override JavaScript function GetWaitingMaskHTML() to implement the content (Recommended)
3 - override JavaScript function AddWaitingMask() and SubdWaitingMask() to implement custom UI
Waiting Skeleton :
1 - override JavaScript function GetWaitingSkeletonHTML() to implement the content (Recommended)
2 - override JavaScript function ShowWaitingSkeleton(p) and HideWaitingSkeleton(p) to implement custom UI
The BlazorPlus.dll is ready for using.
But the contents of this website are being prepaired actively.
- Nuget
- BlazorPlusDemo - functional demo , Live Preview
- BlazorLinuxAdmin - 7 pages, Linux web control panel by ASP.NET Core Blazor server-side
- BlazorCefApp - 12 pages, Build windows desktop GUI app via CEF / WinForms / Blazor server-site
- Mobile - Boilerplate , comming soon.
Post issues if you have any questions https://github.com/BlazorPlus/BlazorPlus/issues