vmitsaras / js-offcanvas

A lightweight, flexible jQuery off-canvas navigation plugin which lets you create fully accessible sidebar or top/bottom sliding (or push) panels with keyboard interactions and ARIA attributes.
http://codepen.io/vmitsaras/pen/gwGwJE
MIT License
270 stars 30 forks source link

Dependency on jquery #54

Open gtbu opened 4 years ago

gtbu commented 4 years ago

js-offcanvas is often used with bootstrap 4 - will there be a pure javascript version of js-offcanvas .js for bootstrap 5 ?

vmitsaras commented 3 years ago

Hi @gtbu no sorry, I don't plan to rewrite it.

Arkanii commented 3 years ago

Offcanvas is now implemented in Bootstrap 5 : https://getbootstrap.com/docs/5.0/components/offcanvas/

thekayshawn commented 11 months ago

@gtbu Would you be interested in a fork with a headless component and no dependencies on jQuery? We can collab.

vmitsaras commented 11 months ago

I actually have it as a Web Component (4.4 KB), in a private repo. There's no documentation available at the moment, but if you're interested, I can certainly consider making the repository public.

thekayshawn commented 11 months ago

@vmitsaras that'd be really great, although I don't need it atm but maybe you can do it for the community?