laws-africa / law-widgets

Web components for Akoma Ntoso documents
GNU General Public License v3.0
0 stars 0 forks source link

Simplify TOC item rendering and allow customisation of expand/collapse #249

Closed longhotsummer closed 1 year ago

longhotsummer commented 1 year ago

Render items recursively inside the TOC component, rather than the toc-item component, so that we can make use of global data and not have to pass information down.

Fix the behaviour of the high-level "expanded" component.

Allow customised expanded attribute on a per-item basis.