Open DavMelchi opened 1 year ago
Hi Dav,
yes, that would be good to have. In principle we have access to all components from https://v2.vuetifyjs.com/en/components/date-pickers/ via https://ipyvuetify.readthedocs.io/ like you will see if you take a peek under the hood (e.g. https://github.com/widgetti/solara/blob/master/solara/components/button.py )
But we prefer to have a nice set of components in solara with a proper API and typing.
Regards,
Maarten
We do need a datepicker. But before that I think we might need menu component. @maartenbreddels Any plans on this?
Hello! Can I work on this?
Hey @mikegiann01! Great to see you're enthusiastic to contribute more!
There's a solara.lab.InputDate
(and a couple variants) here, so we're mostly just missing a time picker / InputTime
. If you'd like to take a stab at adding that, you can take a look at InputDate
, and at the Vuetify documentation for time pickers
Hi, It would be nice to have a
Date and Time Picker
if it doesn't exist yet. I couldn't find it in APIs liste. Thank You.