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.

Home Page:http://codepen.io/vmitsaras/pen/gwGwJE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-offcanvas

Downloads Version AMA

jQuery accessible Offcanvas plugin, using ARIA

Why it is accessible

  • It relies on ARIA Design pattern for Dialogs
  • The tab key loops through all of the keyboard focusable items within the offcanvas
  • You can close it using Esc.

Features

  • Uses CSS transforms & transitions.
  • BEM c-offcanvas c-offcanvas--left is-open
  • From Any Direction: left, right, top and bottom.
  • Overlay, Reveal and Push.
  • API & Events
  • Package managers Bower & NPM

https://github.com/vmitsaras/js-offcanvas/wiki

Dependencies

  • jQuery

License

Licensed under the MIT license.

About

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

License:MIT License


Languages

Language:JavaScript 67.3%Language:CSS 27.7%Language:HTML 5.0%