ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

组件中是否考虑增加一个颜色选择器(color-picker)?

Open Gaius-98 opened this issue 1 year ago • 1 comments
trafficstars

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

  1. 用户修改系统主题样式
  2. 部分业务下需要选择颜色

What does the proposed API look like?

<a-color-picker v-model:color="bgColor" size="small">
</a-color-picker>

Gaius-98 avatar Jul 17 '24 01:07 Gaius-98