Skip to content

✨ [Feature]: 希望给Slider组件添加color属性 #472

Closed
@Lonely-shang

Description

What problem does this feature solve

方便更改滑块的颜色

What does the proposed API look like

<d-slider v-model="inputValue" color="#e67e22" ></d-slider>
or
let color = ref("#e67e22"); <d-slider v-model="inputValue" :color="color" ></d-slider>

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions