Skip to content

[WIP] Keyboard navigation for HTML tables

License

Notifications You must be signed in to change notification settings

rodrigobdz/table-walker

Repository files navigation

table-walker Build Status codecov

Keyboard navigation for HTML tables

Install

$ npm install table-walker

Usage

const tableWalker = require('table-walker');

tableWalker('unicorns');
//=> 'unicorns & rainbows'

API

tableWalker(input, [options])

input

Type: string

Lorem ipsum.

options

Type: Object

foo

Type: boolean
Default: false

Lorem ipsum.

Credits

License

MIT © Rodrigo Bermudez Schettino