0.2.26 • Published 4 years ago

@ppci-mock/date-picker v0.2.26

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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 {
}

Properties

Events

0.2.26

4 years ago

0.2.24

4 years ago

0.2.23

4 years ago

0.2.22

4 years ago

0.2.21

4 years ago

0.2.19

4 years ago

0.2.20

4 years ago

0.2.18

4 years ago

0.2.17

4 years ago

0.2.16

4 years ago

0.2.15

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago