Completed
Last Updated: 14 May 2020 08:38 by ADMIN
Release 2.13.0
James
Created on: 26 Sep 2019 15:52
Category: UI for Blazor
Type: Feature Request
19
Side navigation component (like a Drawer)
Please add a side navigation bar for Blazor.
6 comments
Davide
Posted on: 08 Jan 2020 19:59

Thank you Marin.

I'll try that solution surely!

 

ADMIN
Marin Bratanov
Posted on: 08 Jan 2020 08:04

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

 UI for Blazor
Davide
Posted on: 07 Jan 2020 21:49
Please listen to James. We need a sidebar component like the Syncfusion one. James explained it very well. If you really know that it’s easy to develop, please give us a full example so that we can reuse it in our applications.
ADMIN
Marin Bratanov
Posted on: 30 Sep 2019 08:30

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

 UI for Blazor
James
Posted on: 27 Sep 2019 15:02
For a sidenav i would expect it to able to make it visble/ hidden on command. Host hierarchal menus that are responsive and mobile first. Have a minimized icon only view. Be able to anchor to the left, right, top or bottom with animation on open or close with push or overlay.

Any common LOB app these days will have a sidenav and an appbar as the basic skeleton. It saves me alot of time to be able build off of this basic layout and one reason i would purchase a control set. Making them responsive and mobile friendly is alot of work and something bootstrap is not suffcient for.
ADMIN
Marin Bratanov
Posted on: 27 Sep 2019 06:48

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

 UI for Blazor