1.1.1 • Published 7 years ago

react-pixnode-shuffle-images v1.1.1

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

React Pixnode shuffle image

  • (Soon) I am to lazy to write the doc

Demo

Storybook

Usage

   <div style={{width: 350, height: 350}}>
      <ShuffleImages
        maxTimeout={2000}
        minTimeout={1000}
        images={[
          'http://placehold.it/350x150',
          'http://placehold.it/450x250?v=2',
          'http://placehold.it/550x6s50?v=3'
        ]}
    />
  </div>