Vue Scroll Picker

screenshot of Vue Scroll Picker
vite
vue

iOS Style Scroll Picker Component for Vue 2 & 3. Support All Gestures of Mouse(also MouseWheel) and Touch.

Overview

Vue Scroll Picker is an elegant and modern component designed for Vue 3, bringing an iOS-style scroll picker experience to web applications. With its seamless support for both mouse and touch interactions, it promises a fluid and engaging user interface that developers and users alike will appreciate. This component is especially helpful for those looking to enhance their app's UX, ensuring that selections are both straightforward and visually appealing.

This lightweight picker is built with TypeScript support, making it a great choice for developers who prioritize type safety and performance. With minimal dependencies and optimized rendering, Vue Scroll Picker is designed for modern web standards, making it both efficient and easy to use in both global and local Vue applications.

Features

  • TypeScript Support: Utilizes generics to ensure strict type checking, enhancing the overall developer experience.
  • Native-like Behavior: Imitates the familiar behavior of the standard <select> element, ensuring consistency across various components.
  • Lightweight & Performant: Built with minimal dependencies, promoting faster load times and smoother interactions.
  • Customizable Props: Allows for a wide range of customization options, including the selected value, list of options, and display text for empty states.
  • Responsive Event Handling: Emits various events to capture user interactions such as selection changes, starting/ending interactions, and mouse wheel usage.
  • Custom Rendering Slots: Offers slots for developers to implement custom renderings for options and empty states, enhancing flexibility and design possibilities.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.