1.0.6 • Published 2 years ago

manhattan-date-picker v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install manhattan-date-picker --save-dev

Usage

<label>
    Date
    <input
        name="date"
        value="23 March 2018"
        data-mh-date-picker
        >
</label>
import * as $ from 'manhattan-essentials'
import {datePicker} from 'manhattan-date-picker'

const picker = new datePicker.DatePicker($.one('[data-mh-date-picker]'))
picker.init()
1.0.6

2 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

6 years ago

1.0.0

7 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago