buck3000-react-infinite-calendar-fork
Fork of Infinite scrolling date-picker built with React, with localization, themes, keyboard support, and more. Original project buildt by Clauderic.
Fork of Infinite scrolling date-picker built with React, with localization, themes, keyboard support, and more. Original project buildt by Clauderic.
Based on the awesome [Flatpickr](https://flatpickr.js.org/) library.
Dia Date Picker is a light weight framework agnostic date picker and calendar component. It is designed from the ground up to be accessibility (a11y), internationalization (i18n), and theming in mind.
[](https://travis-ci.org/charliekassel/dop-datepicker) [](https://www.npmjs.com/package/dop-datepicker) [ project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Persian React Date Picker
A simple date picker component for React.
A solidjs component for date rangepicker
A simple calendar component based on vue3 and typescript
A simple Vue.js datepicker component. Supports disabling of dates, inline mode, translations
a Persian date picker with date interval ability for vue3
A simple yet highly customizable calendar library for React
A customizable events calendar widget library
https://jiayingy.github.io/vue-single-date-picker/
A simple Vue.js date and time picker made with material design in mind
A Datepicker Component For Vue
A Vue 3 date picker component with comprehensive features and Japanese localization.
A simple Vue 3 datepicker component. Supports disabling of dates, translations. Dependent on date-fns.
```vue <script setup lang="ts"> import { ref } from 'vue' import DatePicker from './components/DatePicker'