ftw-select-switcher
The ftw-select-switcher
component combines a multi-switcher with a dropdown menu. It is used to select an item from a
long list of items. The component requires a list of items.

Usage
Example
Props
Name | Description |
items | List of items to choose from. |
noInput | Disables input. |
center | Centers the selected item text. |
jump | Activates buttons to jump to the first and last element. |
selected | Index of the pre-seleceted item. |
Events
Name | Description |
input | Emits the current item when the current item has been changed |