1.1.6 • Published 1 year ago

vue-day-calendar v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

screenshot

✨ Main features

  • Select days, ranges or whatever
  • A calendar component focused on date selection
  • Using dayjs as the date library
  • Localizable into any language
  • Easy to style and customize

Installation

pnpm add vue-day-calendar dayjs

Example

<script setup lang="ts">
  import 'vue-day-calendar/style.css'
  import VueDayCalendar from 'vue-day-calendar'
</script>

<template>
  <VueDayCalendar/>
</template>

Contribution guide

If you encounter any problems during use, feel free to submit an issue or pull request, and we will resolve it as soon as possible, if you like it, please star it.

License

MIT License © 2024-PRESENT AntzyMo

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

0.2.0

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago