-
Notifications
You must be signed in to change notification settings - Fork 291
/
Copy pathindex.stories.js
477 lines (469 loc) · 13 KB
/
index.stories.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
import React from "react";
import faker from "faker";
import Button from "@material-ui/core/Button";
import ReactGA from "react-ga";
import { storiesOf, setAddon } from "@storybook/react";
import { action } from "@storybook/addon-actions";
import { linkTo } from "@storybook/addon-links";
import JSX from "storybook-addon-jsx";
import "./style.css";
import Card from "./Card";
import {
CustomLeftArrow,
CustomRightArrow,
CustomButtonGroup,
CustomButtonGroupAsArrows
} from "./CustomArrows";
import CopyOfChildAsDots from "./CopyOfChildAsDots";
import CustomDot from "./CustomDot";
import Image from "./CustomImage";
import Carousel from "../src";
import WithScrollbar from "./WithScrollbar";
import DotModeWithSlidesToSlide from "./DotModeWithSlidesToSlide";
import "../src/assets/styles.css";
setAddon(JSX);
if (typeof window !== "undefined") {
ReactGA.initialize("UA-135638821-1");
ReactGA.pageview(window.location.pathname + window.location.search);
}
const images = [
"https://images.unsplash.com/photo-1549989476-69a92fa57c36?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
"https://images.unsplash.com/photo-1549396535-c11d5c55b9df?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60",
"https://images.unsplash.com/photo-1550133730-695473e544be?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
"https://images.unsplash.com/photo-1550167164-1b67c2be3973?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
"https://images.unsplash.com/photo-1550338861-b7cfeaf8ffd8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
"https://images.unsplash.com/photo-1550223640-23097fc71cb2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
"https://images.unsplash.com/photo-1550353175-a3611868086b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
"https://images.unsplash.com/photo-1550330039-a54e15ed9d33?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
"https://images.unsplash.com/photo-1549737328-8b9f3252b927?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
"https://images.unsplash.com/photo-1549833284-6a7df91c1f65?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
"https://images.unsplash.com/photo-1549985908-597a09ef0a7c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
"https://images.unsplash.com/photo-1550064824-8f993041ffd3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60"
];
const texts = [
"Appending currency sign to a purchase form in your e-commerce site using plain JavaScript.",
"Fixing CSS load order/style.chunk.css incorrect in Nextjs",
"React Carousel with Server Side Rendering Support – Part 1",
"React Carousel with Server Side Rendering Support – Part 2",
"Flutter Xcode couldn’t find any iOS App Development provisioning profiles"
];
const fakerData = Array(12)
.fill(0)
.map((item, index) => {
const number = faker.random.number({ min: 0, max: 3 });
return {
image: images[index],
headline: "w3js.com - web front-end studio",
description: texts[number]
};
});
const responsive = {
desktop: {
breakpoint: { max: 3000, min: 1024 },
items: 3,
partialVisibilityGutter: 40 // this is optional if you are not using partialVisible props
},
tablet: {
breakpoint: { max: 1024, min: 464 },
items: 2,
partialVisibilityGutter: 30 // this is optional if you are not using partialVisible props
},
mobile: {
breakpoint: { max: 464, min: 0 },
items: 1,
partialVisibilityGutter: 30 // this is optional if you are not using partialVisible props
}
};
const responsiveImageHero = {
desktop: {
breakpoint: { max: 3000, min: 1024 },
items: 1
},
tablet: {
breakpoint: { max: 1024, min: 464 },
items: 1
},
mobile: {
breakpoint: { max: 464, min: 0 },
items: 1
}
};
storiesOf("Carousel", module)
.addWithJSX("With infinite mode", () => (
<Carousel
containerClass="container-with-dots"
infinite={true}
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
))
.addWithJSX("Without infinite mode", () => {
return (
<Carousel containerClass="container" responsive={responsive}>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("Custom arrow", () => {
return (
<Carousel
infinite={true}
containerClass="container"
customLeftArrow={<CustomLeftArrow />}
customRightArrow={<CustomRightArrow />}
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("No drag on desktop", () => {
return (
<Carousel
containerClass="container"
draggable={false}
infinite={true}
customLeftArrow={<CustomLeftArrow />}
customRightArrow={<CustomRightArrow />}
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("No swipe on mobile", () => {
return (
<Carousel
swipeable={false}
containerClass="container"
infinite={true}
customLeftArrow={<CustomLeftArrow />}
customRightArrow={<CustomRightArrow />}
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("Slide two at a time", () => {
return (
<Carousel
containerClass="container"
slidesToSlide={2}
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("With custom control functionality", () => {
return <WithScrollbar />;
})
.addWithJSX("Auto play with rewind in non-infinite mode", () => {
return (
<Carousel
autoPlay
rewind
autoPlaySpeed={1000}
containerClass="container-with-dots"
slidesToSlide={2}
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("Auto play in infinite mode", () => {
return (
<Carousel
autoPlay
infinite
autoPlaySpeed={1000}
containerClass="container-with-dots"
slidesToSlide={2}
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("Auto play custom animation", () => {
return (
<Carousel
autoPlay
autoPlaySpeed={1}
infinite={true}
customTransition="all 1s linear"
transitionDuration={1000}
containerClass="container-with-dots"
slidesToSlide={2}
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("With dots", () => {
return (
<Carousel
showDots
infinite
containerClass="container"
slidesToSlide={1}
responsive={responsiveImageHero}
>
{images.slice(0, 5).map(image => {
return (
<img
draggable={false}
src={image}
style={{
width: "100%",
display: "block",
height: "100%",
margin: "auto"
}}
/>
);
})}
</Carousel>
);
})
.addWithJSX(
"With dots rendered outside of/after list container within custom div for styling",
() => {
return (
<div style={{ position: "relative", paddingBottom: "30px" }}>
<Carousel
showDots
renderDotsOutside
infinite
containerClass="container"
slidesToSlide={1}
responsive={responsiveImageHero}
>
{images.slice(0, 5).map(image => {
return (
<img
draggable={false}
src={image}
style={{
width: "100%",
display: "block",
height: "100%",
margin: "auto"
}}
/>
);
})}
</Carousel>
</div>
);
}
)
.addWithJSX("Custom dots", () => {
return (
<Carousel
showDots
customDot={<CustomDot />}
infinite
containerClass="container"
slidesToSlide={1}
responsive={responsiveImageHero}
>
{images.slice(0, 5).map(image => {
return (
<img
draggable={false}
src={image}
style={{
width: "100%",
display: "block",
height: "100%",
margin: "auto"
}}
/>
);
})}
</Carousel>
);
})
.addWithJSX("Copy of Carousel items as Custom dots", () => {
return <CopyOfChildAsDots />;
})
.addWithJSX("With aria hidden, inspect me in the debugger", () => {
return (
<Carousel
showDots
infinite
containerClass="container"
slidesToSlide={1}
responsive={responsiveImageHero}
>
{images.slice(0, 5).map((url, ...rest) => {
return <Image url={url} />;
})}
</Carousel>
);
})
.addWithJSX("With afterChange function, a callback function", () => {
return (
<Carousel
showDots
infinite
containerClass="container"
slidesToSlide={1}
afterChange={(previousSlide, { currentSlide, onMove }) =>
alert(
"previous slide is " +
previousSlide +
" currentSlide is " +
currentSlide
)
}
responsive={responsiveImageHero}
>
{images.slice(0, 5).map((url, ...rest) => {
return <Image url={url} />;
})}
</Carousel>
);
})
.addWithJSX("With beforeChange function, a callback function", () => {
return (
<Carousel
showDots
infinite
containerClass="container"
slidesToSlide={1}
beforeChange={(nextSlide, { currentSlide, onMove }) =>
alert(
"previous slide is " + currentSlide + " nextSlide is " + nextSlide
)
}
responsive={responsiveImageHero}
>
{images.slice(0, 5).map((url, ...rest) => {
return <Image url={url} />;
})}
</Carousel>
);
})
.addWithJSX("With partially visibie on next items", () => {
return (
<Carousel
infinite
partialVisible
containerClass="container"
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("With centerMode, partially visibie on both direction", () => {
return (
<Carousel
centerMode
infinite
containerClass="container"
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("With custom button group", () => {
return (
<Carousel
arrows={false}
containerClass="container-padding-bottom"
customButtonGroup={<CustomButtonGroup />}
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("Render custom button group outside of the container", () => {
return (
<div
style={{
position: "relative"
}}
>
<Carousel
arrows={false}
renderButtonGroupOutside
containerClass="container-padding-bottom"
customButtonGroup={<CustomButtonGroupAsArrows />}
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
</div>
);
})
.addWithJSX("With focusOnSelect prop", () => {
return (
<Carousel
focusOnSelect
showDots
arrows={false}
infinite
containerClass="container-padding-bottom"
responsive={responsive}
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
})
.addWithJSX("Responsive dot mode", () => {
return <DotModeWithSlidesToSlide />;
})
.addWithJSX("RTL", () => {
return (
<Carousel
containerClass="container"
focusOnSelect
showDots
autoPlay={false}
partialVisible={true}
responsive={responsive}
rtl
>
{fakerData.map(card => {
return <Card {...card} />;
})}
</Carousel>
);
});