Project

General

Profile

Feature #2310

Updated by Ayush Khandelwal over 2 years ago

For example, we need to handle the TOC with a collapsible button. 

 # Add the *toggle sidebar menu* for the *table of contents* in the mobile view. 
 # In front of share icons, add the toggle symbol with the text *table of contents*. 

 For reference: 
 # https://material.angular.io/components/sidenav/overview 
 # https://www.syncfusion.com/angular-ui-components/angular-sidebar#:~:text=Angular%20Sidebar%20or%20Sidenav%20menu,hidden%20based%20on%20user%20interactions. 
 # https://stackblitz.com/run?file=src/app/sidenav-open-close-example.ts

Back