(legacy, archived) React UI Components library that was created as a first attempt to ui-kit, used in Backoffice
Restricts screen reader virtual cursor to a single subtree in the DOM
Restricts keyboard tabindex to a single subtree in the DOM
Prevents default scroll event when pressing down arrow, page down, spacebar, etc.
Emits custom 'focusExit' event when keyboard focus has exited an element and all of it's descendants
Emits custom events for common accessibility keys (arrowRightKeyDown, escKeyDown, etc)
Emits custom events based on keyboard navigation of one or two dimensional model
Assign the next id in sequence to an element, if an id property does not already exist.
Module for creating an accessible, progressively enhanced floating label
Implements ARIA active descendant keyboard navigation
jQuery collection plugin that will assign the next ID in sequence if an ID property does not already exist.
Returns an array of all focusable descendants of the given element
Applies modal accessibility requirements to any element
Triggers 'focusexit' event when keyboard focus has completely left the element. This type of behaviour is especially desirable for non-modal overlays.
Captures character keys pressed and returns a list of relevant strings
Triggers 'mouseexit' event when mouse focus has completely left the element. This type of behaviour is especially desirable for non-modal overlays.
Implements a roving tab index on given collection of elements
A JavaScript class representing an ARIA listbox
Creates the basic interactivity for an element that expands and collapses another element.
jQuery plugin that creates the basic interactivity for a flyout that opens on focus of trigger element
Abstract class representing the base behaviour for a modal or non-modal ARIA dialog
jQuery plugin that creates the basic interactivity for a flyout that opens on focus
Prevents screen reader's virtual cursor from leaving the confines of an element
Traps keyboard focus cycle within element's interactive children.