Skip to content

[Feature] Slider linear-gradient support  #5940

Open
@tsonevn

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions