0.0.1 • Published 7 years ago

makeup-jquery v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

makeup-jquery

Seed module containing the full collection of makeup jQuery plugins for common accessibility patterns.

Experimental:

Install

npm install makeup-jquery

Bundling

This package is configured to work with the LassoJS JavaScript module bundler. LassoJS allows you to easily bundle only the plugins that you require into your frontend payload.

Example browser.json:

// browser.json
{
  {
    "dependencies":[
      "makeup-jquery/jquery-focusable",
      "makeup-jquery/jquery-keyboard-trap",
      "makeup-jquery/jquery-screenreader-trap"
    ]
  }
}

Alternatively, to include the entire suite of modules (only recommended for development/prototyping), specify makeup-jquery:

// browser.json
{
  {
    "dependencies":[
      "makeup-jquery"
    ]
  }
}

Development / Contributing

No actual development happens in this repo. It is simply a collection of dependencies.