doodle-rotate-react
v1.0.0
Published
## Introduction A react hook of rotating specified element
Readme
rotate-react
Introduction
A react hook of rotating specified element
Install
Install rotate-react by using
npm i doodle-rotate-reactor
yarn add doodle-rotate-reactUsage
import useRotate from 'doodle-rotate-react'
....
const {target} = useRotate()
return (
<>
...
<div ref= {target} className='specified'>
</div>
...
<>
)