makeup / makeup-js

Mono-repo for all vanilla JavaScript utility modules and headless ui

Home Page:https://makeup.github.io/makeup-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makeup-js

Coverage Status

A suite of vanilla JavaScript modules for building accessible user interfaces.

All modules support import (i.e. ES Modules) and require (i.e. CommonJS) syntax. When using require on a default export, be sure to include .default. For example, const Switch = require('makeup-switch').default;.

Core Modules

The following modules assist with common accessibility logic (e.g. maintaining a roving tabindex).

UI Modules

The following modules create the model and behaviour for "headless" user interface components (i.e. they come with no styles or branding out of the box). They are fully compatible with Skin CSS.

We are currently in the process of converting all eBay MIND Patterns "example quality" code to "reference level" vanilla JavaScript.

About

Mono-repo for all vanilla JavaScript utility modules and headless ui

https://makeup.github.io/makeup-js


Languages

Language:JavaScript 98.9%Language:Shell 1.1%