Render Flow - Offcanvas component
Load HTML with offcanvas markup
Parse Bootstrap CSS and JS
Initialize offcanvas component JS
Detect trigger button click
Add 'show' class to offcanvas
Apply CSS transform to slide in
Render backdrop overlay
Trap focus inside offcanvas
Wait for close event
Remove 'show' class and hide offcanvas
The browser reads the HTML and Bootstrap CSS/JS, then waits for user interaction. When triggered, JavaScript adds classes that slide the offcanvas panel in and show a backdrop, managing focus and accessibility.