Flatpickr
Flatpickr Datepicker integration, compatible with Bootstrap's design schema. In order to limit the scope of the matestack-ui-bootstrap
gem, Flatpickr is not part of this gem.
The below shown example should enable you to easily integrate Flatpickr (or any other Datepicker library) according to your needs!
Ruby component
app/matestack/components/form/flatpickr.rb
app/matestack/components/chart_js.js
Vue.js component
Do not forget to require flatpickr in your package.json Do not forget to import the following file into you application pack
Usage
Example 1: Usage in form (e.g. mapped to an Active Record model) with enabled time picker
Last updated