@gingerhendrix/react-animation-controls
v1.0.0
Published
React component for controlling animations
Downloads
1
Readme
@gingerhendrix/react-animation-controls
React component for controlling animations
Install
npm install --save @gingerhendrix/react-animation-controls
Usage
import * as React from 'react'
import AnimationControls from '@gingerhendrix/react-animation-controls'
import 'rc-slider/assets/index.css';
export default class App extends Component {
render () {
return (
<div>
<AnimationControls />
</div>
)
}
}
License
MIT © gingerhendrix