File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ### 2.4.0 (March 05, 2022)
4
+
5
+ - add ` props.image ` structure type
6
+
7
+ ### 2.3.0 (October 24, 2022)
8
+
9
+ - add feature
10
+ - auto play
11
+ - loop
12
+
3
13
### 2.2.0 (September 19, 2021)
4
14
5
15
- add className for image slider
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ If You want to see more detail source,<br>
74
74
| :-----------------: | :--------: | :--------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------- |
75
75
| ** width** | ` Number ` | ` Required ` | Image Slider Width | |
76
76
| ** height** | ` Number ` | ` Required ` | Image Slider Height | |
77
- | ** images** | ` Array ` | ` Required ` | Images,<br >Array Elements should be like this structure,<br >{ url: "" } | |
77
+ | ** images** | ` Array ` | ` Required ` | Images,<br >Array Elements should be like this structure,<br / >{ url: "" } or string [ ] | |
78
78
| ** style** | ` String ` | ` Optional ` | css object | |
79
79
| ** slideDuration** | ` Number ` | ` Optional ` | css transition-duration property | ` 0.5 ` |
80
80
| ** navStyle** | ` Number ` | ` Optional ` | Arrow Navgation Style,<br >1 or 2 | ` 1 ` |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-simple-image-slider" ,
3
- "version" : " 2.3 .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"description" : " simple image slider component for react" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments