The vue component for the zoom control in the setting dropdown.
Props
| Name | Type | Default value | Required? | Description | 
|---|---|---|---|---|
label | 
        String | - | Yes | The label for the zoom control. | 
modelValue | 
        Number | - | Yes | The current value of the zoom control. | 
layout | 
        String | - | Yes | The layout of the control. Can be 'mobile' or 'desktop'. | 
popoverContent | 
        String | '' | 
        No | The content of the popover. | 
verticalOffset | 
        Number | 0 | 
        No | The vertical offset of the popover. | 
step | 
        Number | 1.1 | 
        No | The step of the zoom control. |