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
9 lines (9 loc) · 1.88 KB
/
config.js
File metadata and controls
9 lines (9 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DatePickerSampleOrder = [
{ 'path': 'datepicker/default', 'component': 'Default', 'name': 'Default Functionalities', 'order': '01', 'category': 'DatePicker', 'api': '{"DatePickerComponent": [ "placeholder"]}', 'description': 'A simple, lightweight, and responsive DatePicker component for React for selecting date values easily with a rich user interface and cross-browser compatibility' },
{ 'path': 'datepicker/date-range', 'component': 'Range', 'name': 'Date Range', 'order': '01', 'category': 'DatePicker', 'api': '{"DatePicker": [ "min", "max", "value", "placeholder"]}', 'description': 'DatePicker widget with min and max date options that restrict users from selecting dates within a defined range of days like past dates, future dates, etc' },
{ 'path': 'datepicker/date-format', 'component': 'Dateformat', 'name': 'Format', 'order': '01', 'category': 'DatePicker', 'api': '{"DatePicker": ["format", "value", "placeholder" ]}', 'description': 'Highly flexible DatePicker for React with customizable options for date and time formats based on the preferred culture for improved readability' },
{ 'path': 'datepicker/disabled', 'component': 'Disabled', 'name': 'Disabled Dates', 'order': '01', 'category': 'DatePicker', 'api': '{"DatePicker": [ "placeholder", "renderDayCell" ]}', 'description': 'Customizable DatePicker widget for React with disabled dates that restrict date selection from a defined set of days like weekends, holidays, etc' },
{ 'path': 'datepicker/special-dates', 'component': 'Special', 'name': 'Special Dates', 'order': '01', 'category': 'DatePicker', 'api': '{"DatePicker": [ "value", "placeholder", "renderDayCell"]}', 'description': 'DatePicker for React that highlights multiple dates like weekends, holidays, and special events with options to add custom styles and descriptions' }
];