# wx_calendar
**Repository Path**: mirrors/wx_calendar
## Basic Information
- **Project Name**: wx_calendar
- **Description**: 微信小程序-日历
- **Primary Language**: 微信
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 32
- **Forks**: 5
- **Created**: 2020-03-02
- **Last Updated**: 2025-09-06
## Categories & Tags
**Categories**: weixin-lapp
**Tags**: None
## README
[](https://travis-ci.org/treadpit/wx_calendar)

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