You create the models and BlazorGenerator will create the pages! All the components are made from Microsoft Fluent UI.
- List Pages
- Card Pages
- Worksheet Pages
- Two List (side-by-side) Pages
- Auto-add menu via Attribute
- Actions: functions decored with the "PageAction" attribute will be shown as buttons on the pages
- GridActions: functions decored with the "PageAction" attribute will be shown as buttons on datagrid rows
- Custom razor page: just use razor normally!
Look at the Server/WebAssembly/Maui Project and see by yourself
add in your index.html before the webassembly script
<script app-name="MauiApp1" src="./_content/Microsoft.FluentUI.AspNetCore.Components/js/initializersLoader.webview.js"></script>
In the tag <BlazorGenApp>
add this parameter BlazorGenRenderMode="null"
I'm a lonely programmer, feel free to open issues or submit Pull Requests!