-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
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
feat(color-picker): color-picker component #383
Conversation
@GaoNeng-wWw PR描述里可以列下实现了哪些功能,贴几个效果图 |
@GaoNeng-wWw In the PR description, you can list which functions have been realized, and post a few renderings |
@@ -373,6 +376,7 @@ export default { | |||
CheckboxGroup, | |||
Collapse, | |||
CollapseItem, | |||
ColorPicker, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个 mobile-first
是用来做多端适配的,color-picker组件不涉及,不需要修改这个文件
@@ -0,0 +1,64 @@ | |||
import {IColorPickerRef as Ref} from '@/types'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import {IColorPickerRef as Ref} from '@/types'; | |
import { IColorPickerRef as Ref } from '@/types'; |
@GaoNeng-wWw 建议支持通过直接点击色板来取色,目前必须要拖动小圆点 |
@GaoNeng-wWw suggested to support picking colors by directly clicking on the swatches |
@GaoNeng-wWw 构建之后的产物,确定、取消按钮没了,应该是没有引入 复现步骤:
|
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information