ipyvuetify
ipyvuetify copied to clipboard
Jupyter widgets based on vuetify UI components
If I read the [documentation of Combobox](https://vuetifyjs.com/en/api/v-combobox/#props), The items property can be a list of dict as : ```js { text: string | number | object, value: string | number...
It would be very nice to have a translation tool to convert a template from the Vuetify website (or other sources) to Ipyvuetify Python code. It could probably be done...
Non template widgets don't work as class components (as introduced in https://github.com/mariobuikhuizen/ipyvue/commit/274ef3fca1ef9013eacb431a31046a0a88ef0d5a)
Hi guys, Any plans to add (or maybe it's already there?) the draggable interactions @brechmos-stsci and I found in this article: https://medium.com/vuetify/drag-n-drop-in-vuetify-part-i-166f2c7a4a82 We found one mention of "sortable" in the...
Hi, For example, in the `slider3` in notebook example, `v_model` is used to link two widgets. This is quite new to me since I am not familiar with `vuetify` itself....
Currently, when getting help for a class, one gets e.g. ``v.Checkbox(*args, **kwargs)``. It would be nice, if possible, to generate the correct signatures for the classes to avoid having to...
Here is the port for Bootstrap Vue, it's located in this fork (`bootstrapvue` branch) and available in PyPi: https://github.com/gfournier/ipyvuetify/tree/bootstrapvue Major parts of the code are standard to Vue (and not...
Hi, First of all great project, excellent work! A small question: is it there a keyword somewhere in the `ipyvuetify` widgets to only apply the changes of the widget on...
Hi there Can someone help make the equivalent of ```html {{ Math.ceil(value) }}% ``` Thanks