An open API service indexing awesome lists of open source software.

https://github.com/cd2bit/a11y-react-redux-router


https://github.com/cd2bit/a11y-react-redux-router

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

a11y-react-redux-router
=======================

[![Latest Stable Version](https://img.shields.io/npm/v/a11y-react-redux-router.svg)](https://www.npmjs.com/package/a11y-react-redux-router)
[![License](https://img.shields.io/npm/l/a11y-react-redux-router.svg)](https://www.npmjs.com/package/a11y-react-redux-router)
[![Build Status](https://img.shields.io/travis/cd2bit/a11y-react-redux-router/master.svg)](https://travis-ci.org/cd2bit/a11y-react-redux-router)

[![NPM Downloads](https://img.shields.io/npm/dm/a11y-react-redux-router.svg)](https://www.npmjs.com/package/a11y-react-redux-router)
[![Test Coverage](https://img.shields.io/codecov/c/github/cd2bit/a11y-react-redux-router/master.svg)](https://codecov.io/github/cd2bit/a11y-react-redux-router?branch=master)
[![API Documentation](https://doc.esdoc.org/github.com/cd2bit/a11y-react-redux-router/badge.svg)](https://doc.esdoc.org/github.com/cd2bit/a11y-react-redux-router/)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/cd2bit/a11y-react-redux-router.svg)](https://codeclimate.com/github/cd2bit/a11y-react-redux-router)
[![Greenkeeper](https://badges.greenkeeper.io/cd2bit/a11y-react-redux-router.svg)](https://github.com/cd2bit/a11y-react-redux-router/issues?q=label%3Agreenkeeper)

_Created with [npm-package-skeleton](https://github.com/amercier/npm-package-skeleton)._

Installation
------------

npm install --save a11y-react-redux-router

Usage
-----

### ES5

var withAccessible = require('a11y-react-redux-router').default;

### ES2015+

import withAccessible from 'a11y-react-redux-router';

License
-------

This project is released under [MIT License](LICENSE.md).