touch-hover
v1.0.1
Published
This github repository contains a file for setting mobile click styles.
Downloads
2
Maintainers
Readme
touch-hover
1. Introduction
This github repository contains a file for setting mobile click styles.
2. Effect
3. Usage
- Installation: Use the npm command to install, npm install --save touch-hover
- Import: Direct import using ES6:import 'touch-hover'
- Demo:
<div data-hover="custom-class-name"> hello world </div>
.custom-class-name {
transform: scale(0.95)
}