Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit 6ec9e84

Browse files
MilllerTimescottgonzalez
authored andcommitted
Document React usage via Pointable component
Fixes gh-255 Closes gh-347
1 parent 3770a82 commit 6ec9e84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Check out [this jsbin demo](http://jsbin.com/bojumofowa/1/edit?html,css,js,outpu
6464

6565
jQuery doesn't copy all properties from the original event object to the event object provided in the event handler. You can find [a list of copied and normalized properties on the jQuery API docs](http://api.jquery.com/category/events/event-object/). To access any other original properties, use `event.originalEvent`.
6666

67+
### Using PEP with React
68+
69+
React doesn't support Pointer Events or `touch-action` natively, but check out the [<Pointable/> component](https://www.npmjs.com/package/react-pointable) on npm for a declarative way of integrating PEP / Pointer Events into a React project.
70+
6771

6872
## Why Pointer Events?
6973

0 commit comments

Comments
 (0)