Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 869 Bytes

sc-datepicker.md

File metadata and controls

34 lines (23 loc) · 869 Bytes

DatePicker (sc-datepicker)

A customizable Datepicker component, bound to variables or a field.

Basic Usage

<sc-datepicker></sc-datepicker>

Properties

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: )

Examples

Credits

All credits go to Gregory, who created the fantastic Flatpickr component, which served as a basis for this project.