has-hover

WebJar for has-hover

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

has-hover
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

has-hover
WebJar for has-hover
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/dfcreative/has-hover

Download has-hover

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/has-hover/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>has-hover</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/has-hover/
implementation 'org.webjars.npm:has-hover:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/has-hover/
implementation ("org.webjars.npm:has-hover:1.0.1")
'org.webjars.npm:has-hover:jar:1.0.1'
<dependency org="org.webjars.npm" name="has-hover" rev="1.0.1">
  <artifact name="has-hover" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='has-hover', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "has-hover" % "1.0.1"
[org.webjars.npm/has-hover "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : is-browser jar [2.0.1,3)

Project Modules

There are no modules declared in this project.

has-hover unstable Build Status

Check if hover is available on the current device. Try it out.

npm install has-hover

const isHover = require('has-hover')

if (!isHover) {
	//do touch-only routine
}

If you find edge case, please address issues.

Versions

Version
1.0.1