# wx_calendar
**Repository Path**: Hawkc/wx_calendar
## Basic Information
- **Project Name**: wx_calendar
- **Description**: 微信小程序-日历
- **Primary Language**: 微信
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 5
- **Created**: 2021-05-11
- **Last Updated**: 2021-05-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://travis-ci.org/treadpit/wx_calendar)

### Demo
以下为一个简单日历展示的使用方法
``` json {3}
{
"usingComponents": {
"calendar": "/your_component_path/calendar/index"
}
}
```
在页面 `wxml` 中引入组件
```xml