3
3
<div >
4
4
<div class =" hero" >
5
5
<h2 >Vue Scroll Picker</h2 >
6
- <p >iOS Style Scroll Picker Component for Vue 3. Support All Gestures of Mouse(also MouseWheel) and Touch.</p >
7
- <a class =" github" href =" https://github.com/wan2land/vue-scroll-picker" target =" _blank" v-html =" iconGithub" />
6
+ <p >
7
+ iOS Style Scroll Picker Component for Vue 3. Support All Gestures of
8
+ Mouse(also MouseWheel) and Touch.
9
+ </p >
10
+ <a
11
+ class =" github"
12
+ href =" https://github.com/wan2land/vue-scroll-picker"
13
+ target =" _blank"
14
+ v-html =" iconGithub"
15
+ />
8
16
</div >
9
17
<div class =" section" >
10
18
<div class =" container" >
11
19
<h2 id =" full_binding" ><a href =" #full_binding" >Full Binding</a ></h2 >
12
- <p >Vue Scroll Picker provides full data binding. <a href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleDynamicOptions.vue" >[Source]</a ></p >
20
+ <p >
21
+ Vue Scroll Picker provides full data binding.
22
+ <a
23
+ href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleDynamicOptions.vue"
24
+ >[Source]</a
25
+ >
26
+ </p >
13
27
<ExampleFullBinding :options =" defaultOptions" />
14
28
15
- <h2 id =" disabled_items" ><a href =" #disabled_items" >Disabled Items</a ></h2 >
16
- <p >You can add a disabled property to the select options. A disabled value cannot be selected. <a href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleDisabledItems.vue" >[Source]</a ></p >
29
+ <h2 id =" disabled_items" >
30
+ <a href =" #disabled_items" >Disabled Items</a >
31
+ </h2 >
32
+ <p >
33
+ You can add a disabled property to the select options. A disabled
34
+ value cannot be selected.
35
+ <a
36
+ href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleDisabledItems.vue"
37
+ >[Source]</a
38
+ >
39
+ </p >
17
40
<ExampleDisabledItems />
18
41
19
42
<h2 id =" placeholder" ><a href =" #placeholder" >Placeholder</a ></h2 >
20
- <p >Vue Scroll Picker provides a placeholder option. When setting a placeholder, you can use null as the value. <a href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExamplePlaceholder.vue" >[Source]</a ></p >
43
+ <p >
44
+ Vue Scroll Picker provides a placeholder option. When setting a
45
+ placeholder, you can use null as the value.
46
+ <a
47
+ href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExamplePlaceholder.vue"
48
+ >[Source]</a
49
+ >
50
+ </p >
21
51
<ExamplePlaceholder :options =" defaultOptions" />
22
52
23
53
<h2 id =" slot_support" ><a href =" #slot_support" >Slot Support</a ></h2 >
24
- <p ><a href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleSlot.vue" >[Source]</a ></p >
54
+ <p >
55
+ <a
56
+ href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleSlot.vue"
57
+ >[Source]</a
58
+ >
59
+ </p >
25
60
<ExampleSlot />
26
61
27
62
<h2 id =" event" ><a href =" #event" >Event</a ></h2 >
28
- <p ><a href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleEvent.vue" >[Source]</a ></p >
63
+ <p >
64
+ <a
65
+ href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleEvent.vue"
66
+ >[Source]</a
67
+ >
68
+ </p >
29
69
<ExampleEvent :options =" defaultOptions" />
30
70
31
71
<h2 id =" sensitivity" ><a href =" #sensitivity" >Sensitivity</a ></h2 >
32
- <p ><a href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleSensitivity.vue" >[Source]</a ></p >
72
+ <p >
73
+ <a
74
+ href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleSensitivity.vue"
75
+ >[Source]</a
76
+ >
77
+ </p >
33
78
<ExampleSensitivity :options =" defaultOptions" />
34
79
35
80
<h2 id =" transition" ><a href =" #transition" >Transition</a ></h2 >
36
- <p ><a href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleTransition.vue" >[Source]</a ></p >
81
+ <p >
82
+ <a
83
+ href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleTransition.vue"
84
+ >[Source]</a
85
+ >
86
+ </p >
37
87
<ExampleTransition :options =" defaultOptions" />
38
88
39
- <h2 id =" dynamic_options" ><a href =" #dynamic_options" >Dynamic Options</a ></h2 >
40
- <p ><a href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleDynamicOptions.vue" >[Source]</a ></p >
89
+ <h2 id =" dynamic_options" >
90
+ <a href =" #dynamic_options" >Dynamic Options</a >
91
+ </h2 >
92
+ <p >
93
+ <a
94
+ href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleDynamicOptions.vue"
95
+ >[Source]</a
96
+ >
97
+ </p >
41
98
<ExampleDynamicOptions />
42
99
43
- <h2 id =" reactive_style" ><a href =" #reactive_style" >Reactive Style</a ></h2 >
44
- <p ><a href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleReactiveStyle.vue" >[Source]</a ></p >
100
+ <h2 id =" reactive_style" >
101
+ <a href =" #reactive_style" >Reactive Style</a >
102
+ </h2 >
103
+ <p >
104
+ <a
105
+ href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleReactiveStyle.vue"
106
+ >[Source]</a
107
+ >
108
+ </p >
45
109
<ExampleReactiveStyle :options =" defaultOptions" />
46
110
47
111
<h2 id =" dialog" ><a href =" #dialog" >Dialog</a ></h2 >
48
- <p ><a href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleDialog.vue" >[Source]</a ></p >
112
+ <p >
113
+ <a
114
+ href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleDialog.vue"
115
+ >[Source]</a
116
+ >
117
+ </p >
49
118
<ExampleDialog :options =" defaultOptions" />
50
119
51
120
<h2 id =" multiple" ><a href =" #multiple" >Multiple</a ></h2 >
52
- <p ><a href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleMultiple.vue" >[Source]</a ></p >
121
+ <p >
122
+ <a
123
+ href =" https://github.com/wan2land/vue-scroll-picker/blob/main/example/ExampleMultiple.vue"
124
+ >[Source]</a
125
+ >
126
+ </p >
53
127
<ExampleMultiple />
54
128
</div >
55
129
</div >
@@ -72,7 +146,6 @@ import ExampleSensitivity from './ExampleSensitivity.vue'
72
146
import ExampleSlot from ' ./ExampleSlot.vue'
73
147
import ExampleTransition from ' ./ExampleTransition.vue'
74
148
75
-
76
149
export default defineComponent ({
77
150
components: {
78
151
ExampleFullBinding ,
0 commit comments