JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q50994F
  • License MIT

date picker

Package Exports

  • @ezuikit/datepicker
  • @ezuikit/datepicker/dist/index.esm.js
  • @ezuikit/datepicker/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ezuikit/datepicker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@ezuikit/datepicker

date picker

使用说明

import DatePicker from "@ezuikit/datepicker"

const datepicker = new DatePicker("week", {
    showTime: true,
    onOk: () => {},
    position: "tl",
    showToday: true,
    getPopupContainer: () => document.getElementById("week")
});