Completed
Last Updated: 25 Apr 2024 13:22 by ADMIN
Release 5.0.0 (15 Nov 2023) (R1 PI1)
James
Created on: 26 Sep 2019 15:52
Category: UI for Blazor
Type: Feature Request
32
Application bar component
Please add an app bar component
Duplicated Items
5 comments
ADMIN
Nansi
Posted on: 25 Apr 2024 13:22

Hi Ric,

The AppBar can have an <AppBarSection> with a Button that toggles a Drawer. The resulting UI will be similar to this Overview demo of the Drawer. There are two possible ways to implement the scenario:

  • The AppBar and the Drawer are not nested.
  • The AppBar is inside the <DrawerContent>.

With regard to possible built-in AppBar + Drawer integration, I confirm that this was not the idea of the current feature request. It is currently possible to show AppBar sections on large screens and remove them on small screens, similar to the mentioned adaptive Menu demo.

If you have additional questions or requests, please open a new thread as the current public item is already with status Completed. In addition, other developers are receiving notifications for new messages here.

Regards,
Nansi
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!
Ric
Posted on: 18 Apr 2024 21:00

Hi, 

I am currently using the AppBar component, and was wondering if Daniel's request below was met?

I notice the following in the in the AppBar Demo: 

<AppBarSection>
     <TelerikButton FillMode="flat" Icon="@SvgIcon.Menu"></TelerikButton>
</AppBarSection>

Which seems to hint that it is possible to have some sort of AppBar+Drawer configuration. Is there an example, possibly similar to Blazor Menu Demos - Adaptive, on how to do this?

 

Thanks,

Ric

Daniel
Posted on: 26 Apr 2022 02:43

Hi, I have just recently started using Telerik and noticed the lack in this feature as well. I am surprised because there is an AppBar mocked up in the figma designs:

 

 

Personally I would like something like this but also make it compatible with the AppDrawer too. Some sort of method of being able to optionally configure a drawer+appbar with the use of a @bind- would be absolutely amazing.

 

Thanks,

Daniel

ADMIN
Marin Bratanov
Posted on: 17 Oct 2019 13:05

It has been a few weeks and we don't have concrete information on this request, so I am closing it. If new information becomes available, it can get reopened.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
ADMIN
Marin Bratanov
Posted on: 27 Sep 2019 06:50

Hello James,

What functionality do you expect to see in such a component? We already have buttons and menus that offer click events so you can react to the user's choice. You can put them in the desired container in your app layout as well.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor