Skip to content

[Feature] Slider linear-gradient support  #5940

@tsonevn

Description

@tsonevn

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions