Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treadpit/wx_calendar
微信小程序-日历组件 📅
https://github.com/treadpit/wx_calendar
calendar wxapp
Last synced: 3 months ago
JSON representation
微信小程序-日历组件 📅
- Host: GitHub
- URL: https://github.com/treadpit/wx_calendar
- Owner: treadpit
- License: mit
- Created: 2017-01-04T08:55:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T02:12:25.000Z (almost 2 years ago)
- Last Synced: 2024-02-13T10:05:27.185Z (9 months ago)
- Topics: calendar, wxapp
- Language: JavaScript
- Homepage:
- Size: 6.2 MB
- Stars: 2,330
- Watchers: 52
- Forks: 497
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-wechat-app - wx_calendar - 小程序日历 (UI组件)
- awesome-github-wechat-weapp - wx_calendar - 小程序日历 (UI组件)
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)
### 效果图