Month Slider

Please help me create a slider with the step defined as month. This is not working

range_slider = DateRangeSlider(start=start_date, end=end_date, value=(start_date, end_date), step=relativedelta(months=1))

I’d be happy to try out code directly to investigate, if you provide a Complete, Minimal Reproducer.