The NavWidget class demonstrates breadcrumb chains for C++ class pages and sidebar TOC rendering with multiple section levels.
Basic Usage
Create a NavWidget and call navigate().
Configuration
Configuration is straightforward.
Advanced Options
For advanced use cases, subclass NavWidget.
Thread Safety
NavWidget is reentrant but not thread-safe.
Performance
Performance depends on navigation target complexity.
Benchmarks
Benchmarks show sub-millisecond navigation times.