Skip to content

yesman93/wheelie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wheelie

wheelie is a lightweight JavaScript library that converts a regular <select> element into a touch-friendly spinning wheel. It supports wide browser compatibility and updates the original <select> element upon selection so that values are correctly submitted in forms.

Features

  • Touch-friendly wheel/spin select interface.
  • Converts an existing <select> element without affecting form submissions.
  • Updates the underlying <select> so that forms submit the correct value.
  • Fully configurable (e.g., option height).
  • Old-fashioned JS + CSS – no frameworks needed!

Installation

Download the latest release from GitHub and include the CSS and JS files in your project:

<link rel="stylesheet" href="wheelie.css">
<script src="wheelie.js"></script>

About

JS library for creating iOS-like wheel picker from select tag

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published