|
1 | 1 | { |
2 | | - "data": [ |
3 | | - { |
4 | | - "title": "Uncontrolled Slider", |
5 | | - "iframe": { |
6 | | - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/uncontrolled-slider/uncontrolled-slider.component.html&initialpath=uncontrolledSlider", |
7 | | - "title": "uncontrolled-slider" |
8 | | - }, |
9 | | - "visibility": true |
10 | | - }, |
11 | | - { |
12 | | - "title": "Continuous Slider", |
13 | | - "iframe": { |
14 | | - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/continuous-slider/continuous-slider.component.html&initialpath=continuousSlider", |
15 | | - "title": "continuous-slider" |
16 | | - } |
17 | | - }, |
18 | | - { |
19 | | - "title": "Slider with input", |
20 | | - "iframe": { |
21 | | - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/slider-with-input/slider-with-input.component.html&initialpath=sliderWithInput", |
22 | | - "title": "slider-with-input" |
23 | | - } |
24 | | - }, |
25 | | - { |
26 | | - "title": "Controlled Slider", |
27 | | - "iframe": { |
28 | | - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/controlled-slider/controlled-slider.component.html&initialpath=controlledSlider", |
29 | | - "title": "controlled-slider" |
30 | | - } |
31 | | - }, |
32 | | - { |
33 | | - "title": "Sized Slider", |
34 | | - "iframe": { |
35 | | - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/sized-slider/sized-slider.component.html&initialpath=sizedSlider", |
36 | | - "title": "sized-slider" |
37 | | - } |
38 | | - }, |
39 | | - { |
40 | | - "title": "Slider without limit values", |
41 | | - "iframe": { |
42 | | - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/slider-no-limit-values/slider-no-limit-values.component.html&initialpath=sliderNoLimitValues", |
43 | | - "title": "slider-without-limits" |
44 | | - } |
45 | | - }, |
46 | | - { |
47 | | - "title": "Disabled Slider", |
48 | | - "iframe": { |
49 | | - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/disabled-slider/disabled-slider.component.html&initialpath=disabledSlider", |
50 | | - "title": "disabled-slider" |
51 | | - } |
52 | | - }, |
53 | | - { |
54 | | - "title": "Discrete Slider", |
55 | | - "iframe": { |
56 | | - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/discrete-slider/discrete-slider.component.html&initialpath=discreteSlider", |
57 | | - "title": "discrete-slider" |
58 | | - } |
59 | | - } |
60 | | - ] |
| 2 | + "data": [ |
| 3 | + { |
| 4 | + "title": "Uncontrolled Slider", |
| 5 | + "iframe": { |
| 6 | + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/uncontrolled-slider/uncontrolled-slider.component.html&initialpath=uncontrolledSlider", |
| 7 | + "title": "uncontrolled-slider" |
| 8 | + }, |
| 9 | + "visibility": true |
| 10 | + }, |
| 11 | + { |
| 12 | + "title": "Continuous Slider", |
| 13 | + "iframe": { |
| 14 | + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/continuous-slider/continuous-slider.component.html&initialpath=continuousSlider", |
| 15 | + "title": "continuous-slider" |
| 16 | + } |
| 17 | + }, |
| 18 | + { |
| 19 | + "title": "Slider with input", |
| 20 | + "iframe": { |
| 21 | + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/slider-with-input/slider-with-input.component.html&initialpath=sliderWithInput", |
| 22 | + "title": "slider-with-input" |
| 23 | + } |
| 24 | + }, |
| 25 | + { |
| 26 | + "title": "Controlled Slider", |
| 27 | + "iframe": { |
| 28 | + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/controlled-slider/controlled-slider.component.html&initialpath=controlledSlider", |
| 29 | + "title": "controlled-slider" |
| 30 | + } |
| 31 | + }, |
| 32 | + { |
| 33 | + "title": "Slider without limit values", |
| 34 | + "iframe": { |
| 35 | + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/slider-no-limit-values/slider-no-limit-values.component.html&initialpath=sliderNoLimitValues", |
| 36 | + "title": "slider-without-limits" |
| 37 | + } |
| 38 | + }, |
| 39 | + { |
| 40 | + "title": "Discrete Slider", |
| 41 | + "iframe": { |
| 42 | + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/discrete-slider/discrete-slider.component.html&initialpath=discreteSlider", |
| 43 | + "title": "discrete-slider" |
| 44 | + } |
| 45 | + } |
| 46 | + ] |
61 | 47 | } |
0 commit comments