Hi guys,
I´m still learning the framework, and sorry by my basic question. I unfortunelly didn´t found any example about this.
How I can create some side menu, rich in issues, such as profile, picture, looks like the picture below.
thanks for the support,
best regards
simply with css.
the header:
–> add an ion-header and the dropdown in an ion-sub-header with custom css classes to set the height.
the content:
a simple ion-content with a custom styled ion-list. The active state of the current navigation-item can be set automatically with uiSrefActive --> https://github.com/angular-ui/ui-router/wiki/Quick-Reference#ui-sref-active
Hi @bengtler, thanks so much.
I’ll try this.