Open
Description
Enable using the linear-gradient while setting up the backgroundColor for the Slider component. For example:
XML
<Slider class="left-gradient" minValue="0" maxValue="100" value="50" />
CSS
.left-gradient {
background: linear-gradient(to left, orangered, green, lightblue);
}
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Activity