Class

StyledSlider

StyledSlider(props) → {React.ReactElement}

Constructor

# new StyledSlider(props) → {React.ReactElement}

Overview

The Slider component from Material-UI library with custom styling. For full documentation check out Material-UI docs on Slider.
Style was taken from this tutorial with some changes.
Parameters:
Name Type Description
props Object

Any other props will be forwarded to the Slider component.

View Source Utils/Inputs/StyledSlider.js, line 54

React.ReactElement