A customizable Datepicker component, bound to variables or a field.
<sc-datepicker></sc-datepicker>
General Behavior
disable
{boolean} - (TBD) (Default: true).inline
{boolean} - (TBD) (Default: false).maxDate
{date} - (TBD).minDate
{date} - (TBD).time_24hr
{boolean} - (TBD) (Default: ).week-numbers
{boolean} - (TBD) (Default: false).
Binding
- `` {} - (Default: )
- `` {} - (Default: )
- `` {} - (Default: )
- `` {} - (Default: )
- `` {} - (Default: )
All credits go to Gregory, who created the fantastic Flatpickr component, which served as a basis for this project.