Hi Telerik,
I have been using MudBlazor for my latest project (smaller one), but we are scaling up for another larger project now and are looking at the Telerik UI for Blazor.
Does Telerik UI for Blazor have an equivalent to the MudBlazor AppBar, an application wide top bar which is persistent through out the application life cycle?
Its able to contain other controls ie drawer icon, login/out button, spacers etc.
PS: See attached screen dump of the app bar.
Best regards
Ulrik
Hi Ulrik,
You can Follow the original feature request for such a component here: https://feedback.telerik.com/blazor/1431587-application-bar-component. I will mark this one as a duplicate to keep the portal tidy and I have added your Vote to the original one.
In the meantime, I can suggest you use some simple CSS to do that in the layout of your app - as a component it would offer very little functionality and it is mostly a CSS solution to match your layout and app styling. The key thing to make it persist on your app is to put it outside of the @Body of your blazor app.
Regards,
Marin Bratanov
Progress Telerik