This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.js
More file actions
8 lines (8 loc) · 1.61 KB
/
config.js
File metadata and controls
8 lines (8 loc) · 1.61 KB
1
2
3
4
5
6
7
8
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ColorPickerSampleOrder = [
{ 'path': 'color-picker/default', 'component': 'Default', 'name': 'Default Functionalities', 'order': '01', 'category': 'ColorPicker', 'api': '{"ColorPickerComponent": ["value", "disabled"]}', 'description': 'This demo for Essential JS2 ColorPicker shows the default functionalities of color picker. It supports RGB, HSV, and Hex codes (three, six and eight digit).' },
{ 'path': 'color-picker/inline', 'component': 'Inline', 'name': 'Inline Mode', 'order': '01', 'category': 'ColorPicker', 'api': '{"ColorPickerComponent": ["value", "mode", "modeSwitcher", "inline", "disabled"]}', 'description': 'This demo for Syncfusion Essential JS2 ColorPicker control shows the inline / flat mode rendering of color picker. It supports hue and opacity colors option.' },
{ 'path': 'color-picker/custom', 'component': 'CustomPalette', 'name': 'Custom Palettes', 'order': '01', 'category': 'ColorPicker', 'api': '{"ColorPickerComponent": ["value", "mode", "modeSwitcher", "inline", "disabled", "presetColors"]}', 'description': 'This demo for Syncfusion Essential JS2 ColorPicker control shows the custom UI of color palette with different palette structures and its state.' },
{ 'path': 'color-picker/api', 'component': 'Api', 'name': 'API', 'order': '01', 'category': 'ColorPicker', 'api': '{"ColorPickerComponent": ["value", "disabled", "modeSwitcher", "mode", "showButtons"]}', 'description': 'This demo for Syncfusion Essential JS2 ColorPicker control shows the color picker supported properties and its functionality.' }
];