- fix
props.startIndex
bug
- add
props.image
structure type
- add feature
- auto play
- loop
- add className for image slider
.rsis-container
.rsis-image
- add 'startIndex' props.
- can set start index of image slider
- fix issue in SSR mode
- development by typescript
- migration functional component
- add 'onClick' props.
- can handle callback when image was clicked
- modify props types about width and height. ( number -> string or number )
- can set value like this. '100%' or '100px' or 100
- add index.d.ts (for typescript).
- release component.
- initial setup for development environment.
- config rollup for making react component.
- config webpack for local testing.