🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@humwing/mp-datepicker

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@humwing/mp-datepicker

小程序日期选择器,支持日期段选择

npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

小程序日期选择器

支持单选和时间段选择,可以拖动选择日期

使用效果

Screenshot

Screenshot

Screenshot

使用方法

  • 安装 datepicker
npm install --save @humwing/mp-datepicker
  • 在需要使用 datepicker 的页面 page.json 中添加 datepicker 自定义组件配置
{
  "usingComponents": {
    "datepicker": "@humwing/mp-datepicker"
  }
}
  • WXML 文件中引用 datepicker
<datepicker bindchange="bindChange"/>

Keywords

小程序日期选择器

FAQs

Package last updated on 06 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts