# slide-controls

> Add arrow-key listeners for controlling slide-state

Latest version **1.0.1** (published 2014-10-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install slide-controls
pnpm add slide-controls
yarn add slide-controls
bun add slide-controls
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2014-10-27 |
| First published | 2014-10-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Tim Hudson |
| Maintainers | timhudson |
| Keywords | slide, slides, presentation |

## Links

- npm: https://www.npmjs.com/package/slide-controls
- Repository: https://github.com/timhudson/slide-controls
- Issues: https://github.com/timhudson/slide-controls/issues
- npm.io page: https://npm.io/package/slide-controls

## Alternatives

- [adhdev](https://npm.io/package/adhdev.md) — 11.1K weekly downloads
- [react-slide-button](https://npm.io/package/react-slide-button.md) — 310 weekly downloads
- [better](https://npm.io/package/better.md) — 42 weekly downloads
- [react-native-swipe-image](https://npm.io/package/react-native-swipe-image.md) — 22 weekly downloads
- [nl.fokkezb.pulltorefresh](https://npm.io/package/nl.fokkezb.pulltorefresh.md) — 11 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2014-10-27
- 1.0.0 — 2014-10-25

## README

# slide-controls

Add arrow-key listeners for controlling [slide-state](https://www.npmjs.org/package/slide-state)

## Example

``` js
var slideState = require('slide-state')
var slideControls = require('slide-controls')

var state = slideState()
slideControls(state)

state(function(changes) {
  console.log(changes)
})

// Use ← → to control page navigation
// and ↑ ↓ to control sub page navigation
```

## License

MIT

---
_Source: https://npm.io/package/slide-controls · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
