The Wayback Machine - https://web.archive.org/web/20220721213953/https://github.com/topics/datepicker-component
Here are
83 public repositories
matching this topic...
A simple and reusable datepicker component for React
Updated
Jul 20, 2022
JavaScript
React Native Date Picker is datetime picker 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 18, 2022
Java
Vue.js component for Flatpickr datetime picker 📆
Updated
Apr 17, 2022
JavaScript
A modern, beautiful, customizable date picker for React
Updated
Jul 20, 2022
JavaScript
Vue date range picker component
vue 2.x calendar component
Datepicker Component For Vue
Vue form components with server-side validation in mind
Updated
Jul 21, 2022
JavaScript
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
Jun 2, 2022
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)
A date picker built with Svelte.Simple and flexible, supporting functions such as single selection, multiple selection, disabling, and marking.
Updated
Jul 15, 2022
Svelte
A no dependencies, lightweight and feature-rich ⚡ calendar component for react.
Updated
Jun 22, 2022
TypeScript
Date time picker for Angular Material JS
Updated
Apr 16, 2022
JavaScript
React component provides weekly view and day picker option like calendly.
Updated
Oct 8, 2020
JavaScript
A free JavaScript Jalali (Persian) and Gregorian (Miladi) dual datepicker library for Blazor applications
Updated
Jun 16, 2022
SCSS
Angular (2+) datepicker component
Updated
Nov 19, 2017
TypeScript
A datepicker component for select Persian date
Updated
Mar 14, 2022
JavaScript
(Improved) React component datetime picker by momentjs 📆
Updated
Oct 23, 2020
JavaScript
Datepicker component for chakra ui
Updated
Jul 21, 2022
TypeScript
Persian Date Picker control for VueJS 2
Updated
Oct 7, 2018
JavaScript
Collection of all my open source angular components
Updated
Jul 7, 2022
TypeScript
mobile date picker like ios scroll
A simple and customizable dropdown datepicker vue component
A simple and reusable dropdown datepicker component for React
Updated
Jul 21, 2022
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