# component-tap

> tap on things

Latest version **1.0.1** (published 2015-03-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install component-tap
pnpm add component-tap
yarn add component-tap
bun add component-tap
```

## 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 | 2015-03-13 |
| First published | 2015-03-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Maintainers | tootallnate |

## Links

- npm: https://www.npmjs.com/package/component-tap
- Repository: https://github.com/component/tap
- Issues: https://github.com/component/tap/issues
- npm.io page: https://npm.io/package/component-tap

## Dependencies (2)

- [component-bind](https://npm.io/package/component-bind.md) *
- [component-event](https://npm.io/package/component-event.md) *

## Recent versions

- 1.0.1 (latest) — 2015-03-13

## README

# tap

  tap on elements. bypasses the click delay on mobile.

## Installation

    $ component install component/tap

## API

### Tap(el, fn)

Initialize a new tap event on `el` that triggers `fn`.

```js
tap(el, fn);
```

### .unbind()

Unbind the tap event.

```js
tap.unbind();
```

## License

  MIT

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