You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ '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' }