# 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 [![Build Status](https://travis-ci.org/treadpit/wx_calendar.svg?branch=master)](https://travis-ci.org/treadpit/wx_calendar) ![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/treadpit/wx_calendar?style=flat-square) ### Demo 以下为一个简单日历展示的使用方法 ``` json {3} { "usingComponents": { "calendar": "/your_component_path/calendar/index" } } ``` 在页面 `wxml` 中引入组件 ```xml ``` 更多自定义配置及功能 [请查阅日历文档](https://treadpit.github.io/wx_calendar) ### 效果图
日历效果图