Date picker slider

demo
Does anyone know how a date picker slider like this can be created? There is no component out of the box from what I could see, but perhaps a workaround?

Hey @radume :slight_smile:
I think you can recreate that with custom components.
The main layout would be a horizontally aligned flexbox with scroll enabled.
Inside of that main div, you’d have a day component (with its own workflows/states to allow selection).
The tricky part would be to retrieve the array of days that would be bound to you main div to replicate the day component.
Does that help?

1 Like

Thank you, yes I think it does. I’ll give it a shot :grin:

1 Like