import { html } from '@design.estate/dees-element';
import './dees-input-datepicker.js';
export const demoFunc = () => html`
Basic Date Picker
Simple date selection without time
Date and Time Picker
Date selection with time in 24-hour format
12-Hour Time Format
Date and time with AM/PM selector
Date Range Constraints
Limit selectable dates with min and max
Custom Date Format
Different date display format
Required Field
Date picker as a required form field
Disabled State
Date picker in disabled state
Week Starts on Sunday
Calendar with Sunday as first day of week
With Disabled Dates
Some dates are disabled and cannot be selected
Event Listeners
Check console for change events
console.log('Date changed:', (e.target as any).value)}"
>
`;