ipyvuetify
ipyvuetify copied to clipboard
Jupyter widgets based on vuetify UI components
There is an example in [vuetify docs](https://v2.vuetifyjs.com/en/features/breakpoints/#breakpoint-service-object) that opens the fullscreen dialog on mobile devices: ```vue ... ``` In ipyvuetify the fullscreen property of `v.Dialog` expects a boolean value. Is...
Hello I have noticed that any extra kwargs passed to the 'FileInput' have no effect thanks Gio
I've done several PR since october, some have been approved but the rest is on stale and globally they are not getting merged. I received alerts that they start getting...
The latest release process is creating commits like: ``` bump version: x.x.x -> x.x.y ``` Which is not respecting the conventional commits convention displayed in the readme and more or...
as suggested by @mariobuikhuizen, I should make small PR which make it easier to review. I open this issue to follow-up on the documentation update. I'll break it down into...
ipyvuetify is referencing a widget-gen patch in it's package.json: https://github.com/mariobuikhuizen/widget-gen, Should it be moved to widgetti org for consistency with ipyvuetify and ipyvue ?
Hello! The binder does not seem to work for the example: https://mybinder.org/v2/gh/mariobuikhuizen/ipyvuetify/master?filepath=examples%2FExamples%20template.ipynb ``` Waiting for build to start... Picked Git content provider. Cloning into '/tmp/repo2dockeris7dzx48'... HEAD is now at 0b74c45...
Hi, I've just started out with ipyvuetify and I'm looking for how to make a form for a user to input a float value. I'm using this: ```python f =...
as per title it seems the example doesn't work
I'll first show the problem and then I'll describe the problem and give a reproducible example.  I have an app that updates many `DataGrid` centrally and then displays them...