Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/vmitsaras/js-offcanvas

a11y accessibility aria jquery jquery-offcanvas jquery-plugin navigation offcanvas wai-aria

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# js-offcanvas

[![Downloads](https://img.shields.io/npm/dt/js-offcanvas.svg)](https://www.npmjs.com/package/js-offcanvas) [![Version](https://img.shields.io/npm/v/js-offcanvas.svg)](https://www.npmjs.com/package/js-offcanvas) [![AMA](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](http://twitter.com/?status=@vmitsaras)

jQuery accessible Offcanvas plugin, using ARIA

- [Wiki](https://github.com/vmitsaras/js-offcanvas/wiki)
- [Demo](http://codepen.io/vmitsaras/pen/gwGwJE)

## 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.