react-pixnode-shuffle-images
v1.1.1
Published
- (Soon) I am to lazy to write the doc
Downloads
9
Readme
React Pixnode shuffle image
- (Soon) I am to lazy to write the doc
Demo
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>