* * * ## Currency This example is a donation form with a currency selector and a quantity spinner.
* * * ## Decimal This example is a decimal spinner. The increment is set to 0.01. The code that handles culture changes reads the current selector value and, when the culture changes, re-styles the value based on the new culture.
* * * ## Map Google Maps integration, using spinners to change latitude and longitude.
* * * ## Overflow The overflow spinner limits the range from -10 to 10. For values greater than 10, it overflows to -10, and vice versa.
* * * ## Time A custom widget that extends the spinner. Uses the Globalization plugin to parse and output timestamps, with custom `step` and `page` options. Up/down arrows increment/decrement minutes, and page up/down increment/decrement hours.
YouTip