step

abstract var step: Number?(source)

The granularity with which the slider can step through values. (A "discrete" slider.) The min prop serves as the origin for the valid values. We recommend (max - min) to be evenly divisible by the step.

When step is null, the thumb can only be slid onto marks provided with the marks prop.