Skip to content

neumayr/administrate-field-date_picker

 
 

Repository files navigation

Administrate::Field::DatePicker

No Maintenance Intended Build status Code Climate


IMPORTANT NOTICE

This gem is not actively maintained anymore.

If you’re interested in taking over and steward the project moving forward, please get in touch.


A plugin to pick a date in Administrate, with the help of Flatpickr.

Screenshot

Usage

Add it to your Gemfile:

gem 'administrate-field-date_picker', '~> 0.3.0'

Run:

$ bundle install

Add to your FooDashboard:

ATTRIBUTE_TYPES = {
  bar: Field::DatePicker,
}.freeze

About

Administrate::Field::DatePicker is maintained by Zooppa.

See also the list of contributors who participated in this project.

About

A plugin to pick a date in Administrate, with the help of Flatpickr.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 75.1%
  • HTML 22.6%
  • JavaScript 1.6%
  • CSS 0.7%