# small_routine_components
**Repository Path**: itzhongzi/small_routine_components
## Basic Information
- **Project Name**: small_routine_components
- **Description**: 微信小程序封装的各种自定义组件:例如: 日期组件等
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-01-02
- **Last Updated**: 2022-07-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# small_routine_components
微信小程序封装的各种自定义组件:例如: 日期组件等
##### calendar 日历组件
- 参数: receiveDate String 可选择参数 用于初始化开始时间
bind:getcalendar function 必填参数 用于在用户点击确定的时候接收用户选择的日期
- 使用示例:
```
```
> getCalendarDate 为父容器组件定义的函数。
- 效果展示
