ipad cursor
1.0.0
git clone https://github.com/sambernhardt/ipad-cursor.git
npm i
npm run start

// app.js
import App from 'next/app' ;
import CursorProvider from '../cursor/Provider' ;
export default class MyApp extends App {
render ( ) {
const { Component , pageProps } = this . props ;
return (
< CursorProvider >
< Component { ... pageProps } />
</ CursorProvider >
)
}
} WithHover // Component.js
import WithHover from '../cursor/WithHover' ;
const Component = ( ) => < h1 > ;
export default WithHover( < Component /> , 'block');inline-block o block en línea. Las transformaciones de CSS no funcionan en elementos en línea.