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.5 KB
/
config.js
File metadata and controls
8 lines (8 loc) · 1.5 KB
1
2
3
4
5
6
7
8
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TimePickerSampleOrder = [
{ 'path': 'timepicker/default', 'component': 'Default', 'name': 'Default Functionalities', 'order': '01', 'category': 'TimePicker', 'api': '{"TimePickerComponent": [ "placeholder" ]}', 'description': 'A simple and lightweight TimePicker component for React for selecting times that is customizable to fit large-scale applications' },
{ 'path': 'timepicker/time-range', 'component': 'Range', 'name': 'Time Range', 'order': '01', 'category': 'TimePicker', 'api': '{"TimePicker": [ "placeholder", "value", "readonly", "enabled", "min", "change" ]}', 'description': 'TimePicker widget for React with min and max time options to restrict time selection within a defined duration like the next 30 minutes, the next 4 hours, etc' },
{ 'path': 'timepicker/time-format', 'component': 'Format', 'name': 'Format', 'order': '01', 'category': 'TimePicker', 'api': '{"TimePicker": [ "value", "step", "format" ]}', 'description': 'Customizable TimePicker widget for React with options to change the time display format based on the preferred culture for improved readability' },
{ 'path': 'timepicker/list-formatting', 'component': 'Formatting', 'name': 'Time Duration', 'order': '01', 'category': 'TimePicker', 'api': '{"TimePicker": [ "value", "itemRender" ]}', 'description': 'A simple TimePicker widget for React for highlighting a set of time intervals in a pop-up by adding custom styles based on you needs' }
];