0.0.12 • Published 4 years ago

qute-d v0.0.12

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

qute-d

Made with create-react-library

NPM JavaScript Style Guide travis-ci LICENSE

Install

npm install --save qute-d

Usage

import { AutoScroll } from 'qute-d'
import 'qute-d/dist/index.css'

const App = () => {
  return <div style={{
    background: 'yellow'
  }}>
    <AutoScroll speed={'speed'} >
      <div className='aaa'>1</div>
      <div className='aaa'>2</div>
      <div className='aaa'>3</div>
    </AutoScroll>
  </div>
}

License

MIT © JoeyQiuYang