Create menu of options

1

I need to make a menu of options in my application developed in ionic 2. I've already rolled the documentation and found nothing that would help me. Does anyone know how to do it? Do you have a tutorial or any reference? Thank you very much in advance.

This is the kind of menu I want to do

    
asked by anonymous 22.06.2017 / 19:08

2 answers

1

If you are using angular material they have a great documentation, what you want to do here: link

    
22.06.2017 / 19:09
1

Marlon, I have already developed something similar, but for legal reasons I can not show the code, however I used the SlimMenu , it is a good JQuery plugin easy to use, even has demos in Git. Another option that I thought would be useful for you is to use Less CSS and make a Sliding menu , < a href="https://www.codementor.io/angularjs/tutorial/making-a-sliding-menu-with-directives-less-css"> here has a complete tutorial on this, just change the button itself that will solve your problem!

    
22.06.2017 / 19:25