Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antzymo/vue-day-calendar
day-calendar is a Vue date picker component that presents dates in a calendar format. It features a clean appearance and supports customizable styling with tailwindcss and unocss.
https://github.com/antzymo/vue-day-calendar
calendar daypicker vue3
Last synced: 27 days ago
JSON representation
day-calendar is a Vue date picker component that presents dates in a calendar format. It features a clean appearance and supports customizable styling with tailwindcss and unocss.
- Host: GitHub
- URL: https://github.com/antzymo/vue-day-calendar
- Owner: AntzyMo
- License: mit
- Created: 2024-03-22T02:48:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T14:08:58.000Z (4 months ago)
- Last Synced: 2024-11-21T09:02:23.455Z (about 1 month ago)
- Topics: calendar, daypicker, vue3
- Language: Vue
- Homepage: https://daycalendar.antzy.me
- Size: 1.52 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-CN.md
- License: LICENSE
Awesome Lists containing this project
README
vue-day-calendar
English | 中文`day-calendar` 是 `Vue` 日期选择组件,以日历的方式去呈现,它具有简洁的外观,并且支持 `tailwindcsss` 和 `unocss` 可定制化样式修改.
![screenshot](./assets/screenshot.png)
## ✨ 功能特点
- 选择日期、范围或其他
- 以选择日期为主要的日历组件
- 使用 [dayjs](https://dayjs.gitee.io/zh-CN) 作为日期库
- 国际化多语言
- 高度可定制化样式## 安装
```shell
pnpm add vue-day-calendar dayjs
```## 例子
```vueimport 'vue-day-calendar/style.css'
import VueDayCalendar from 'vue-day-calendar'
```
## 贡献指南
如果在使用过程中发现问题,欢迎提交 [issue](https://github.com/AntzyMo/vue-day-calendar/issues) 或 **pull request** 并第一时间解决,如果喜欢的话,欢迎 **star** 一下。
## License
[MIT](./LICENSE) License © 2024-PRESENT [AntzyMo](https://github.com/AntzyMo)