1.0.1 • Published 6 years ago

touch-hover v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

touch-hover

npm

Chinese documents

1. Introduction

This github repository contains a file for setting mobile click styles.

2. Effect

npm.io

3. Usage

  1. Installation: Use the npm command to install, npm install --save touch-hover
  2. Import: Direct import using ES6:import 'touch-hover'
  3. Demo:
<div data-hover="custom-class-name"> hello world </div>
.custom-class-name {
	transform: scale(0.95)
}