Hey,
I’m quite new to ionic and angular and i would like to implement this kind of menu:
Cool card menu
Do you have any idea of where to start?
Any tips for a beginner?
Thanks!
I guess you cant use any standatd ionic components except for the menu button
the rest is up to you
HTML , CSS and angular directives are the tools to build this
I would build some own angular directives for the menu and menu items …and stack them with css / ng-style or ng-class absolute or fixed positioned with z-index .
Hope thats a start
I could easily do it but I don’t have the time right now