Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

makeup-jquery

makeup-jquery1MIT0.0.1

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

jquery-plugin, ecosystem:jquery, accessibility, a11y, wai-aria

readme

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.