vite-plugin-react-cursor-pointer
this is an quick increase cursor pointer result vite puligin
example
this is example , __cursorPointer attributes
// will be transform to
// if you have TS , you need increase statement (this is a react example):
declare module 'react' {
interface HTMLAttributes
extends DOMAttributes {
__cursorPointer?: boolean
}
}