1.0.0 • Published 5 years ago

@gingerhendrix/react-animation-controls v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@gingerhendrix/react-animation-controls

React component for controlling animations

NPM JavaScript Style Guide

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