Usage Example
const inline = new CalendoPro.Inline('#my-calendar', {
theme: 'light',
startDay: 0,
showHeader: true,
minDate: '2025-01-01',
maxDate: '2025-12-31',
onDateSelect: (data) => {
document.getElementById('my-input').value = data.formatted;
}
});
inline.getValue();
inline.setValue('2025-06-15');
📏
Compact Size
Minimal footprint, perfect for tight spaces.
⌨️
Keyboard Accessible
Full keyboard navigation support.
🎨
Themeable
Light, dark, and custom color themes.
📋
Form Ready
Easy integration with any form.