The project is in a healthy, maintained state
A Funicular date picker component packaged as a Ruby-script CRubygem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 0.4.0
 Project Readme

funicular-datepicker

Date picker component for Funicular.

Use it from an application Gemfile:

group :funicular do
  gem "funicular-datepicker"
end
component(
  Funicular::Plugins::DatePicker::Component,
  name: "birthday",
  value: state.birthday,
  input_class: "birthday-input",
  button_class: "birthday-calendar-button",
  on_change: ->(value) { patch(birthday: value) }
)