UNPKG

1.23 kBMarkdownView Raw
1# keyboardly
2
3![Node](https://img.shields.io/node/v/keyboardly.svg?style=flat-square)
4[![NPM](https://img.shields.io/npm/v/keyboardly.svg?style=flat-square)](https://www.npmjs.com/package/keyboardly)
5[![Travis](https://img.shields.io/travis/victornpb/keyboardly/master.svg?style=flat-square)](https://travis-ci.org/victornpb/keyboardly)
6[![David](https://img.shields.io/david/victornpb/keyboardly.svg?style=flat-square)](https://david-dm.org/victornpb/keyboardly)
7[![Coverage Status](https://img.shields.io/coveralls/victornpb/keyboardly.svg?style=flat-square)](https://coveralls.io/github/victornpb/keyboardly)
8[![NPM](https://img.shields.io/npm/dt/keyboardly.svg?style=flat-square)](https://www.npmjs.com/package/keyboardly)
9
10A library for turning web apps keyboard friendly
11
12## Demo
13
14https://victornpb.github.io/keyboardly/
15
16## Installation
17
18[Yarn](https://github.com/yarnpkg/yarn)
19
20 yarn add keyboardly
21
22NPM
23
24 npm install keyboardly
25
26If you don't use a package manager, you can [access `keyboardly` via unpkg (CDN)](https://unpkg.com/keyboardly/), download the source, or point your package manager to the url.
27
28## Usage
29
30## Contributing
31
32We are open to contributions, see [CONTRIBUTING.md](CONTRIBUTING.md) for more info.