FluentUI equivalent of autogenerated CRUD #2556
Closed
coderdnewbie
started this conversation in
General
Replies: 1 comment
-
Re-open this discussion if there are any questions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have worked out the starting point of converting the auto generated CRUD feature that was added in VS2022, into the FluentUI equivalent. As part of giving back to the community I want to share the solution. The purpose of doing this is so people using the auto generated CRUD feature can still use FluentUI.
This uses Dan Roths Movie example, as there are lots of Youtube demos from Dan showing how to do auto generated CRUD (the youtube video I used is in a comment in Movie_cs.txt). However as FluentUI does not use bootstrap, the generated code does not look good.
The attached files show the original CRUD razor files and the FluentUI equivalents.
I also added this css to the FluentUI css:
The files have all got the extension .txt so that they can be attached to this issue.
Hope this helps the community.
Orig_Index_razor.txt
FluentUI_Create_razor.txt
FluentUI_Delete_razor.txt
FluentUI_Details_razor.txt
FluentUI_Edit_razor.txt
FluentUI_Index_razor.txt
Movie_cs.txt
Orig_Create_razor.txt
Orig_Delete_razor.txt
Orig_Details_razor.txt
Orig_Edit_razor.txt
Beta Was this translation helpful? Give feedback.
All reactions