npm install vue-scroll-picker Usage Vue Scroll Picker can be used both globally and locally in your Vue application. Below are examples of how to set it up. Global Registration To register Vue Scroll Picker glo
Scroll Picker Component for Vue.js.. Latest version: 0.8.2, last published: a year ago. Start using vue-scroll-picker-vue2 in your project by running `npm i vue-scroll-picker-vue2`. There are no other projects in the npm registry using vue-scroll-picker-
npm install vue-scroll-picker Usage Vue Scroll Picker can be used both globally and locally in your Vue application. Below are examples of how to set it up. To register Vue Scroll Picker globally in your Vue application, import it in your main file and apply it as a plugin: ...
iOS Style Scroll Picker Component for Vue 2 & 3. Support All Gestures of Mouse(also MouseWheel) and Touch. - vue-scroll-picker/eslint.config.mjs at main · wan2land/vue-scroll-picker
1. Import the ScrollPicker component. import ScrollPicker from 'vue3-scroll-picker'; 2. Register the component. const app = createApp(App); app.use(ScrollPicker); // or export default { components: { ScrollPicker, }, }; 3. Add the ScrollPicker component to the app template. ...
iOS Style Scroll Picker Component for Vue 2 & 3. Support All Gestures of Mouse(also MouseWheel) and Touch. - vue-scroll-picker/vitest.config.ts at main · wan2land/vue-scroll-picker
--Before (deprecated)--><VueScrollPickerplaceholder="Select an option":options="[{ name: 'Option 1', value: '1' },{ name: 'Option 2', value: '2' },{ name: 'Option 3', value: '3' },]"/><!--After (correct usage)--><VueScrollPicker:options="[{ name: 'Select an option'...
To reproduce: <template> <VueScrollPicker :model-value="value" :options="options" @update:model-value="console.log($event)" /> click </template> import { ref } from 'vue' import {...
iOS Style Scroll Picker Component for Vue 2 & 3. Support All Gestures of Mouse(also MouseWheel) and Touch. - chore(deps): update dependency eslint-plugin-vue to v9.33.0 (#939) · wan2land/vue-scroll-picker@dde0426
chore(deps): update dependency eslint-plugin-vue to v9.33.0 621636a View details renovate bot merged commit dde0426 into main Mar 5, 2025 4 checks passed renovate bot deleted the renovate/eslint-plugin-vue-9.x-lockfile branch March 5, 2025 11:00 Sign up for free to join this co...