ant-design-vue
ant-design-vue copied to clipboard
组件中是否考虑增加一个颜色选择器(color-picker)?
trafficstars
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
- 用户修改系统主题样式
- 部分业务下需要选择颜色
What does the proposed API look like?
<a-color-picker v-model:color="bgColor" size="small">
</a-color-picker>