-
-
Notifications
You must be signed in to change notification settings - Fork 54.2k
Open
Labels
Description
What problem does this feature solve?
在某些场景下需要内置颜色选择器而无需触发器,像Cascader.Panel
What does the proposed API look like?
导出现有的ColorPickerPanel
| const ColorPickerPanel: FC<ColorPickerPanelProps> = (props) => { |
dosubot