Is there a way (html/css only - without using extra javascript) to add a little 'pull-tab' button that triggers a vanilla Bootstrap 5 offcanvas side menu?
I want to use the standard offcanvas demo like here (https://getbootstrap.com/docs/5.2/components/offcanvas/#live-demo) but with a little pulltab like the screenshot below. The pulltab button should also slide out along with the offcanvas element.
Thanks for any help!