https://github.com/f4n0/blazorgenerator
You think of the models, Blazorgen the UI
https://github.com/f4n0/blazorgenerator
blazor blazor-components blazor-server generator ui
Last synced: 10 months ago
JSON representation
You think of the models, Blazorgen the UI
- Host: GitHub
- URL: https://github.com/f4n0/blazorgenerator
- Owner: f4n0
- License: gpl-3.0
- Created: 2021-11-02T16:18:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T07:28:20.000Z (10 months ago)
- Last Synced: 2025-08-19T09:51:28.940Z (10 months ago)
- Topics: blazor, blazor-components, blazor-server, generator, ui
- Language: C#
- Homepage: https://f4n0.github.io/BlazorGenerator/
- Size: 42.1 MB
- Stars: 62
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# BlazorEngine
You create the models and BlazorEngine will create the UI pages!
All the components are made from Microsoft Fluent UI.
# What types of UI handle?
1. List Pages
2. Card Pages
3. Worksheet Pages
4. Two List (side-by-side) Pages
5. Auto-add menu via Attribute
6. Actions: functions decored with the "PageAction" attribute will be shown as buttons on the pages
7. GridActions: functions decored with the "PageAction" attribute will be shown as buttons on datagrid rows
8. Custom razor page: just use razor normally!
## Getting Started
Look at the Server/WebAssembly/Maui Project and see by yourself
### Note for NET MAUI
add in your index.html before the webassembly script
``
In the tag `` add this parameter `BlazorEngineRenderMode="null"`
## Contributing
I'm a lonely programmer, feel free to open issues or submit Pull Requests!