Tree Menu help

hi guys, im pretty new to ionic and react , Im trying to figure out how to get a tree Menu ( a menu with sub items) does anyone have a good example of that ? Or is there a Ionic component to handle this ? Any help much appreciated

Depending on what exactly you are trying to do, you could do a few things.

  • Use list headers/dividers to split things up visually into smaller menus. This seems like the easiest and cleanest solution as it doesn’t hide data from the users.
  • Create your own accordion component to create a collapsable list.