Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```

## 例子
```vue

import '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)