react-use-gesture
Advanced tools
Comparing version 7.0.0-beta.11 to 7.0.0
{ | ||
"name": "react-use-gesture", | ||
"version": "7.0.0-beta.11", | ||
"version": "7.0.0", | ||
"description": "React hook for receiving gestures https://use-gesture.netlify.com", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# react-use-gesture | ||
![npm (tag)](https://img.shields.io/npm/v/react-use-gesture/beta) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-use-gesture/7.0.0-beta.11) ![NPM](https://img.shields.io/npm/l/react-use-gesture) ![Travis (.org) branch](https://img.shields.io/travis/react-spring/react-use-gesture/master) | ||
![npm (tag)](https://img.shields.io/npm/v/react-use-gesture) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-use-gesture) ![NPM](https://img.shields.io/npm/l/react-use-gesture) ![Travis (.org) branch](https://img.shields.io/travis/react-spring/react-use-gesture/master) | ||
@@ -24,12 +24,8 @@ React-use-gesture is a hook that lets you bind richer mouse and touch events to any component or view. With the data you receive, it becomes trivial to set up gestures, and often takes no more than a few lines of code. | ||
#Yarn | ||
yarn add react-use-gesture@beta | ||
yarn add react-use-gesture | ||
#NPM | ||
npm install --save react-use-gesture@beta | ||
npm install --save react-use-gesture | ||
``` | ||
### ⚠️ This is a beta version. | ||
**[For the documentation of the stable release (v6), please click here.](https://github.com/react-spring/react-use-gesture/blob/v6/README.md)** | ||
### [Full documentation website](https://use-gesture.netlify.com) | ||
@@ -36,0 +32,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
575548
77