@ppci-mock/date-picker
v0.2.26
Published
A custom button
Downloads
4
Keywords
Readme
DatePicker
A date picker based on lightpick https://wakirin.github.io/Lightpick/
Table of contents
Installation
NPM
npm i @ppci-mock/date-picker
Usage
Javascript
import '@ppci-mock/date-picker'
Browser
<!-- Default -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci-mock/date-picker/builds/index.min.js" />
<!-- Legacy -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci-mock/date-picker/builds/legacy.min.js" />
<date-picker
isRange={Boolean}
startDate={Date}
endDate={Date}
numberOfMonths={Date}
@change={Function}
></date-picker>
Theme | Styling
date-picker {
}