z-slider

Internally used by z-view, z-spot and z-dialog.

This component a circular slider. It is activated when is set to true. The value is proveded by prop.progress.

Usage:

<z-view slider :progress="55">
</z-view>

Props

PropTypeDefault valueRequiredDescription
sliderBooleanFalseFalseWhen it is true the slider is activated.
progressNumber0NoIt's the initial slider value (0-100)