We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.用户自定义颜色需求,用户可能需要根据个人喜好或品牌要求来定制界面元素的颜色,如按钮、文本、背景等。 2.增强用户体验,通过允许用户选择颜色,可以增加用户对应用的控制感和个性化体验,从而提升整体的使用满意度。
<template> <div class="color-picker-demo"> <ColorPicker /> </div> </template>
Api: value:
v-model="selectedColorValue"
hex
rgb
rgba
hsl
format="rgb"
The text was updated successfully, but these errors were encountered:
支持
Sorry, something went wrong.
好像早就有相关的pr了,不知道什么原因还没有合进主版本
No branches or pull requests
What problem does this feature solve?
1.用户自定义颜色需求,用户可能需要根据个人喜好或品牌要求来定制界面元素的颜色,如按钮、文本、背景等。
2.增强用户体验,通过允许用户选择颜色,可以增加用户对应用的控制感和个性化体验,从而提升整体的使用满意度。
What does the proposed API look like?
Api:
value:
v-model="selectedColorValue"
format:
hex
、rgb
、rgba
、hsl
等。rgb
format="rgb"
The text was updated successfully, but these errors were encountered: