Hi! First of all great component! Just one question, is it possible to clos

Hi!
First of all great component! Just one question, is it possible to close/open full width drawer (with labels) on some button click? I’m using LeftResponsiveHybrid and I need to show full width menu items (with labels) on button click on medium size devices that usually shows only menu icons.

Thanks!

No currently not but you could add such Behavior manually.

Ok, can you please give me some pointers of how to do that? I tried by calling toggleDrawer method on LeftResponsiveHybrid but this hides/shows whole drawer completely.

You will need to create your own Polymer template for that, meaning JavaScript development. Calling methods from Java won’t be sufficient. Either fork the repository and add a new Behavior. You could also merge the new Behavior with a pull request.
Open an issue on Github and I will point you to the right files if you are interested.

Thanks for information. I’ll see if I get time in next few days to do that and get back to you. We’ll probably need that functionality so I’ll implement it sooner or later :)