How to customize the default Blazor UI #63704
-
Hi, What is the recommended way to customize or replace this default UI with our own design? For example, if I want to: Change the default layout, Replace the navigation menu, Apply a completely new CSS framework (e.g., Tailwind instead of Bootstrap). Should I modify the generated files directly, or is there a more standard approach? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Start with a blank layout. |
Beta Was this translation helpful? Give feedback.
Start with a blank layout.
If you're using Visual Studio, install the Tailwind CSS extension—it simplifies setup by automatically generating the tailwind.config.js file and integrating Tailwind into your project.