Custom bootstrap template for radzen blazor app

LESSON ONE: IMPORTATION OF BOOTSTRAP TEMPLATE INTO RADZEN BLAZOR APP

In this video, I download a custom template from startbootstrap.com. I show you how to add the static assets folders of the template to a RADZEN BLAZOR app. I show you where to add the stylesheets in _host.cshtml. I show you where to add the javascript references in _host.cshtml. I copy the code from the body tag of index.html to index.razor and I make alterations until the start page of our radzen blazor app looks like the home page of the bootstrap template.

1 Like

Code for Lesson one can now be pulled from benjaminsqlserver/CustomThemeForRadzen (github.com)

Lesson2: REFACTOR TOP NAVBAR INTO A COMPONENT

You can pull the code for this lesson from Lesson2 branch of GitHub - benjaminsqlserver/CustomThemeForRadzen

Lesson 3: EXTRACT OTHER COMPONENTS NEEDED ON MAIN LAYOUT AND PLACE THEM ON MAIN LAYOUT

In this lesson, we refactor other components needed on main layout and place them on main layout.

You can clone the code for this lesson from Lesson3 branch of GitHub - benjaminsqlserver/CustomThemeForRadzen