MicheleBertoli / react-long

A LongPress component for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-long

Warning: works only on devices that support touch.

Demo

http://react-long.surge.sh

Example

<div>
  <LongPress
    time={1000}
    onLongPress={() => alert('pressed for 1s')}
    onPress={() => alert('pressed')}
  >
    <div>
      Hello world
    </div>
  </LongPress>
</div>

About

A LongPress component for React


Languages

Language:JavaScript 100.0%