0.2.11 • Published 6 years ago
@ppci/date-picker v0.2.11
DatePicker
A date picker based on lightpick https://wakirin.github.io/Lightpick/
Table of contents
Installation
NPM
npm i @ppci/date-picker
Usage
Javascript
import '@ppci/date-picker'
Browser
<!-- Default -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci/date-picker/builds/index.min.js" />
<!-- Legacy -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci/date-picker/builds/legacy.min.js" />
<date-picker
isRange={Boolean}
startDate={Date}
endDate={Date}
numberOfMonths={Date}
@change={Function}
></date-picker>
Theme | Styling
date-picker {
}
Properties
Events
0.2.11
6 years ago
0.2.10
6 years ago
0.2.9
6 years ago
0.2.8
6 years ago
0.2.7
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
6 years ago
0.2.2
6 years ago
0.2.0
6 years ago
0.1.10
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago