The Wayback Machine - https://web.archive.org/web/20220422184235/https://github.com/topics/flatpickr
Here are
51 public repositories
matching this topic...
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React. Made by
Updated
Apr 11, 2022
JavaScript
Vue.js component for Flatpickr datetime picker 📆
Updated
Apr 17, 2022
JavaScript
Updated
Apr 6, 2022
JavaScript
A modest, yet powerful wrapper of Flatpickr 📆 for Stimulus
Updated
Apr 11, 2022
JavaScript
An Ember addon that wraps the Flatpickr date picker
Updated
Apr 21, 2022
JavaScript
Flatpickr component for Svelte.
Updated
Apr 2, 2022
Svelte
Advanced datepicking example app with Stimulus + Flatpickr + Turbolinks
Updated
May 27, 2021
Ruby
A very simple Laravel package that converts the Javascript Flatpickr to a blade component.
Laravel Blade Components ready to use
Flatpicker based DatePickerInput, TimePickerInput and DateTimePickerInput with date-range-picker functionality for django >= 2.0
Updated
Feb 11, 2022
Python
Flatpickr's plugin that provides users an alternative way to interact with the datetime picker.
Updated
Jan 9, 2022
TypeScript
Datetime picker widget for Yii2 framework
flatpickr + Jalali support = flatpickr-jalali
Updated
Feb 20, 2018
TypeScript
Updated
Apr 28, 2017
TypeScript
Blazor version of FlatPicker.js
Updated
Jul 28, 2021
JavaScript
PureScript bindings to the flatpickr datepicker
Updated
May 2, 2017
PureScript
Updated
Feb 1, 2018
JavaScript
Demo inspirata al sito Airbnb con alcune delle funzionalità più comuni.
Customized react-flatpcikr with predefined Date range list.
Updated
Oct 13, 2020
SCSS
Flatpickr widget for Yii2
📅 A plugin to pick a date in Administrate, with the help of Flatpickr
Updated
Jun 13, 2020
JavaScript
🎓 Le Wagon bootcamp final project designed and developed in 2 weeks.
Updated
Jul 29, 2018
Ruby
Персональный менеджер задач
Updated
Apr 9, 2022
JavaScript
App for pizzeria with HTML, CSS (Sass), JS [IN PROGRESS]
Updated
Feb 13, 2022
JavaScript
Examples for ng2-flatpickr.
Updated
Apr 6, 2017
TypeScript
Labmanob is a hospital management & invoice system. This project comprises a set of technologies and frameworks. The core system is based on server-side technologies, however, it can be run with ease in local computers. All necessary packages have been integrated inside the system for a seamless one-click start-up, usage, and experience.
Halogen component for the flatpickr datepicker
Updated
Apr 26, 2017
PureScript
Improve this page
Add a description, image, and links to the
flatpickr
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
flatpickr
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.
The FlatpickrOptions interface currently sets defaultDate type as
string | Date. For 'multiple' and 'range' type instances the default date needs to be an array of strings or dates - see Flatpickr options.In my local instance I have changed the defaultDate interface to accept
string | string[] | Date | Date[]and can confirm that it works with