Thank you Marin.
I'll try that solution surely!
Hello,
You can inspect this component (and repo) where Ed made something similar to a drawer: https://github.com/EdCharbeneau/BlazePort/blob/master/BlazePort/Components/FlyoutPanel.razor.
Basically, a Window with 100% height and width of your choosing, at (0,0) position.
You can do something similar with the AnimationContainer that provides animations when showing/hiding, but you will have to be more careful about positioning it in the layout, as it renders in-place and is position can be affected by its place in the layout.
Regards,
Marin Bratanov
Progress Telerik
Hi James,
This looks like a Drawer component: https://demos.telerik.com/kendo-ui/drawer/index. Perhaps one would be implemented in Blazor, and it would be a container where you can put other components, as is the Blazor way. This would let you array lists, links, treeviews, menus as you see fit.
Regards,
Marin Bratanov
Progress Telerik
Hello James,
What would you expect this component to do? I am asking this, because we already have the two major navigation components in our suite:
so you can fit them into your app's layout as-is without the need for an extra component.
Regards,
Marin Bratanov
Progress Telerik