UNPKG
react-image-cycling-tool
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
React component used to cycle throw a series of images seemlessly.
react-image-cycling-tool
/
src
/
index.js
5 lines
(4 loc)
•
65 B
JavaScript
View Raw
1
2
3
4
5
import
ImageFader
from
'./ImageFader'
export
{
ImageFader
};