Flow's Equivalent to the Angular Material Toolbar/Sidenav

Hi evaluating Vaadin 10 Flow for the next project. In the component list didn’t see a Sidenav or Toolbar, do such components exist in the core or as add-ons/Web components? What is best practice for achieving this in Vaadin thanks

Hi.

For Vaadin 10 we have the [Navigation Tabs]
(https://vaadin.com/components/vaadin-tabs).

With tabs it should be quite easy to create the same functionality.

  • Mikael

Also, it’s possible to integrate other web components, such as some of the Polymer elements.

With Sidenav, are you looking for vertical tabs, or more of a layout container for a menu?

With Toolbar, are you looking for a group of actions (and possibly menus like a traditional menubar), or a layout container for buttons?

Hi guys thanks for the responses. I guess I was looking for the something like this as a Vaadin Flow Core component:

https://www.webcomponents.org/element/PolymerElements/app-layout

But since this is a web component, and according to your documentation, a Java API can be written around it, so I’ll starting playing around there. Thanks