Skip to content

ColorPicker

颜色选择器

参数

ts
type SchemaColorPickerWidgetOptions = {
    opacity?: boolean;
    inline?: boolean;
    presets?: string[];
    format?: 'hex' | 'rgb' | 'hsl' | 'hsv';
};

示例

loading