The Wayback Machine - https://web.archive.org/web/20210723025840/https://github.com/topics/datepicker-component
Here are
74 public repositories
matching this topic...
A simple and reusable datepicker component for React
Updated
Jul 22, 2021
JavaScript
React Native Date Picker is an inline datepicker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.
Updated
Jul 20, 2021
Java
Vue.js component for Flatpickr datetime picker 📆
Updated
Jul 9, 2021
JavaScript
Vue date range picker component
A modern, beautiful, customizable date picker for React
Updated
Jun 30, 2021
JavaScript
vue 2.x calendar component
Datepicker Component For Vue
Vue form components with server-side validation in mind
A datepicker component for Vue.js
A vue component that provides datepicker for persian developers
Updated
Oct 25, 2018
JavaScript
Ionic 4 Datepicker component
Updated
Jan 27, 2021
TypeScript
Updated
Jul 21, 2021
TypeScript
Angular Date Range Picker inspired by PayPal's one
Updated
Jul 10, 2020
TypeScript
a date-range-picker follows the Material Design spec powered by vue.js (alpha)
Date time picker for Angular Material JS
Updated
May 29, 2021
JavaScript
A date picker built with Svelte.Simple and flexible, supporting functions such as single selection, multiple selection, disabling, and marking.
Updated
Jul 21, 2021
Svelte
React component provides weekly view and day picker option like calendly.
Updated
Oct 8, 2020
JavaScript
Angular (2+) datepicker component
Updated
Nov 19, 2017
TypeScript
A free JavaScript Jalali (Persian) and Gregorian (Miladi) dual datepicker library for Blazor applications
Updated
Jul 19, 2021
SCSS
(Improved) React component datetime picker by momentjs 📆
Updated
Oct 23, 2020
JavaScript
Persian Date Picker control for VueJS 2
Updated
Oct 7, 2018
JavaScript
mobile date picker like ios scroll
Collection of all my open source angular components
Updated
May 29, 2021
TypeScript
A simple and customizable dropdown datepicker vue component
a simple and multifunctional vue datepicker calendar
📆 Datepicker Component For Angular 📆
A datepicker component for select Persian date
Updated
May 26, 2021
JavaScript
A simple and reusable dropdown datepicker component for React
Updated
May 10, 2021
TypeScript
Improve this page
Add a description, image, and links to the
datepicker-component
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
datepicker-component
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
Currently
@duetds/date-pickerdoes not work with Rollup (or I didn't get it to).The problem appears to be a dynamic import statement with a template string:
Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"
**To