Skip to content

Commit c03a14b

Browse files
committed
README.md update
1 parent b436779 commit c03a14b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://codegate.pl/screenshots/react-smart-scroller.png" width="400"/>
2+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller.png" width="400"/>
33
</p>
44

55
## <a href='https://coveralls.io/github/codegateinc/react-smart-scroller?branch=master'><img src='https://coveralls.io/repos/github/codegateinc/react-smart-scroller/badge.svg?branch=master' alt='Coverage Status' /></a> <a href='https://github.com/styled-components/styled-components'><img src='https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e' alt='styled compoennts' /></a> <a href='https://www.typescriptlang.org/'><img src='https://badges.frapsoft.com/typescript/code/typescript.png?v=101' alt='typescript' height=20/></a> <a href='http://opensource.org/licenses/MIT'><img src='http://img.shields.io/badge/license-MIT-brightgreen.svg' alt='MIT' /></a> <a href="https://badge.fury.io/js/react-smart-scroller"><img src="https://badge.fury.io/js/react-smart-scroller.svg" alt="npm version"></a>
@@ -25,7 +25,7 @@ Define your own spacing or columns per scroller width simply passing props.
2525
- Horizontal Slider with arrows and dots
2626

2727
<p align="center">
28-
<img src="https://codegate.pl/screenshots/react-smart-scroller-demo-default.gif" />
28+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-demo-default.gif" />
2929
</p>
3030

3131
### [Live demo](https://codesandbox.io/embed/quizzical-lalande-tj4uq)
@@ -87,7 +87,7 @@ Let's create our first component
8787
This is what you'll see in your browser:
8888

8989
<p align="center">
90-
<img src="https://codegate.pl/screenshots/react-smart-scroller-usage-basic.png" />
90+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-usage-basic.png" />
9191
</p>
9292

9393
### numCols
@@ -99,7 +99,7 @@ This is what you'll see in your browser:
9999
)
100100

101101
<p align="center">
102-
<img src="https://codegate.pl/screenshots/react-smart-scroller-usage-numCols.png" />
102+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-usage-numCols.png" />
103103
</p>
104104

105105
### spacing
@@ -111,7 +111,7 @@ This is what you'll see in your browser:
111111
)
112112

113113
<p align="center">
114-
<img src="https://codegate.pl/screenshots/react-smart-scroller-usage-spacing.png" />
114+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-usage-spacing.png" />
115115
</p>
116116

117117
### trackProps
@@ -127,7 +127,7 @@ This is what you'll see in your browser:
127127
)
128128

129129
<p align="center">
130-
<img src="https://codegate.pl/screenshots/react-smart-scroller-usage-trackProps.png" />
130+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-usage-trackProps.png" />
131131
</p>
132132

133133
### thumb
@@ -150,7 +150,7 @@ This is what you'll see in your browser:
150150
)
151151

152152
<p align="center">
153-
<img src="https://codegate.pl/screenshots/react-smart-scroller-usage-thumb.png" />
153+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-usage-thumb.png" />
154154
</p>
155155

156156
### vertical
@@ -169,7 +169,7 @@ This is what you'll see in your browser:
169169
)
170170

171171
<p align="center">
172-
<img src="https://codegate.pl/screenshots/react-smart-scroller-usage-vertical.png" />
172+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-usage-vertical.png" />
173173
</p>
174174

175175
### draggable
@@ -181,7 +181,7 @@ This is what you'll see in your browser:
181181
)
182182

183183
<p align="center">
184-
<img src="https://codegate.pl/screenshots/react-smart-scroller-usage-draggable.gif" />
184+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-usage-draggable.gif" />
185185
</p>
186186

187187
### pagination
@@ -193,7 +193,7 @@ This is what you'll see in your browser:
193193
)
194194

195195
<p align="center">
196-
<img src="https://codegate.pl/screenshots/react-smart-scroller-pagination.png" />
196+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-pagination.png" />
197197
</p>
198198

199199
### renderPagination
@@ -244,7 +244,7 @@ This is what you'll see in your browser:
244244
)
245245

246246
<p align="center">
247-
<img src="https://codegate.pl/screenshots/react-smart-scroller-pagination-renderPagination.gif" />
247+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-pagination-renderPagination.gif" />
248248
</p>
249249

250250
### paginationConfig
@@ -263,7 +263,7 @@ This is what you'll see in your browser:
263263
)
264264

265265
<p align="center">
266-
<img src="https://codegate.pl/screenshots/react-smart-scroller-pagination-infinite.gif" />
266+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-pagination-infinite.gif" />
267267
</p>
268268

269269
#### draggable
@@ -280,7 +280,7 @@ This is what you'll see in your browser:
280280
)
281281

282282
<p align="center">
283-
<img src="https://codegate.pl/screenshots/react-smart-scroller-pagination-draggable.gif" />
283+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-pagination-draggable.gif" />
284284
</p>
285285

286286
#### transitionTime
@@ -297,7 +297,7 @@ This is what you'll see in your browser:
297297
)
298298

299299
<p align="center">
300-
<img src="https://codegate.pl/screenshots/react-smart-scroller-pagination-transitionTime.gif" />
300+
<img src="https://cdn.codegate.pl/react-smart-scroller/react-smart-scroller-pagination-transitionTime.gif" />
301301
</p>
302302

303303
#### minOffsetToChangeSlide

0 commit comments

Comments
 (0)