Open ppanero opened 5 years ago
mantab
Implementing something similar here: https://github.com/inveniosoftware/invenio-app-ils/pull/783
Since Semantic UI does not have a calendar widget out of the box, this issue is tricky: adding a calendar lib might "collide" with the another calendar widget adopted in the main app.
It would be nice to have support for date fitlers. For example with a datetime-picker like the one from Airbnb [1] or some range filters.
I have seen that
Semantic-UI
has no such components. However, bothcalendar
[2] andslider
[3] are available inFomantic-UI
(A seem-to-be better community maintained fork of SUI).I am willing to work on this an contribute to it.
[1] https://github.com/airbnb/react-dates [2] https://fomantic-ui.com/modules/calendar.html [3] https://fomantic-ui.com/modules/slider.html