https://github.com/philwareham/accessible-drop-down-menu
https://github.com/philwareham/accessible-drop-down-menu
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philwareham/accessible-drop-down-menu
- Owner: philwareham
- License: mit
- Created: 2013-08-22T08:36:07.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T09:11:10.000Z (almost 9 years ago)
- Last Synced: 2025-02-27T03:37:41.964Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://philwareham.co.uk/accessible-dropdown/test
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
Awesome Lists containing this project
README
h1. Accessible Drop Down Menu
!https://travis-ci.org/philwareham/accessible-drop-down-menu.png?branch=master!:https://travis-ci.org/philwareham/accessible-drop-down-menu
WAI-ARIA drop-down menu example.
h2. Install
Using "Bower":http://bower.io:
bc. $ bower install accessible-drop-down-menu
h2. Build
accessible-drop-down-menu.js uses "Grunt":http://gruntjs.com to run tasks. First make sure that you have all base dependencies installed by running npm in the repository's directory:
bc. $ 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:
bc. $ grunt [task]
Where the @[task]@ is one of @watch@, @test@, @build@ or @release[:patch | :minor | :major]@.