input-range-scss icon indicating copy to clipboard operation
input-range-scss copied to clipboard

Add progress color

Open JonatasAmaral opened this issue 2 years ago • 0 comments

Add functionality to show a progress-bar color

<input type="range" />
<input type="range" value="50" max="100" style="--progress: 50%" />
$progress-color: #ABE188;
$progress-value: var(--progress);

image

Also enable thumb's background-image

home--custom-slider-thumb

$thumb-background: url("/images/icons/home--custom-slider-thumb.svg");

image

JonatasAmaral avatar Sep 15 '22 00:09 JonatasAmaral