Skip to content

philwareham/accessible-drop-down-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accessible Drop Down Menu

WAI-ARIA drop-down menu example.

Install

Using Bower:

$ bower install accessible-drop-down-menu

Build

accessible-drop-down-menu.js uses Grunt to run tasks. First make sure that you have all base dependencies installed by running npm in the repository’s directory:

$ cd accessible-drop-down-menu
$ npm install

After you have installed all dependencies, you will be able to run tasks using Grunt, like building and testing:

$ grunt [task]

Where the [task] is one of watch, test, build or release[:patch | :minor | :major].