thedig / ember-a11y

A collection of tools to build accessible Ember applications.

Home Page:http://nathanhammond.github.io/ember-a11y/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-a11y

Build Status npm version Ember Observer Score Code Climate

This Ember addon provides a {{focusing-outlet}} component which you can use in place of normal {{outlet}}s.

Usage

ember install ember-a11y

In your templates you would then swap in {{focusing-outlet}} for {{outlet}} wherever it may occur.

Demo Application

Included in this addon is a demo application for testing.

Commands

  • npm run test - Run all tests.
  • npm run demo - Publish an updated demo app.

About

A collection of tools to build accessible Ember applications.

http://nathanhammond.github.io/ember-a11y/

License:MIT License


Languages

Language:JavaScript 57.9%Language:HTML 31.2%Language:CSS 10.9%