app-layout icon indicating copy to clipboard operation
app-layout copied to clipboard

<app-navigation>

Open JosefJezek opened this issue 9 years ago • 2 comments

Could you create new element <app-navigation>? Here is Material Design specification...

https://material.google.com/components/bottom-navigation.html

Left navigation on a larger display, such as tablet or desktop with enhancement from site https://console.cloud.google.com

https://material.google.com/components/bottom-navigation.html#bottom-navigation-usage

image

image

JosefJezek avatar Jul 02 '16 08:07 JosefJezek

+1 I think we should have those elements in app-layout. Wdyt @frankiefu @keanulee ?

Related issue: https://github.com/PolymerElements/app-layout/issues/20

blasten avatar Jul 11 '16 21:07 blasten

I encountered this problem the other day and built my own element for the bottom navigation component and named it app-bottom-nav. Apart from trouble with assigning CSS Custom Properties (it works, but only when using a * {...} CSS selector.) I intend to work on the app-side-nav to complement it soon. Surprisingly, I got the animations described by the spec to work too - however on really thin viewports it animates a little strange.

WebComponents Link

Personally I also think that having an app-navigation element that handles both the side and bottom navigations would simply be annoying if also working with an app-drawer. Which is why I plan to keep them as separate elements and then maybe have a parent "group" element that just adds the app-side-nav and app-bottom-nav into the DOM.

samthecodingman avatar Jan 20 '17 01:01 samthecodingman