-
hello everyone, I'm setting out to discover this incredible library. although its development is already very advanced, I have not found the drop down menus. They are not implemented yet I have not found them? By drop-down menu, I mean this: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The quickest way to get dropdown functionality is to use the Quasar elements with JustPy: The specific element you want is: https://v1.quasar.dev/vue-components/button-dropdown#qbtndropdown-api You can see it being used in this example: https://github.com/elimintz/justpy/blob/master/examples/dogs.py#L69 |
Beta Was this translation helpful? Give feedback.
The quickest way to get dropdown functionality is to use the Quasar elements with JustPy:
https://justpy.io/quasar_tutorial/introduction/
The specific element you want is: https://v1.quasar.dev/vue-components/button-dropdown#qbtndropdown-api
You can see it being used in this example: https://github.com/elimintz/justpy/blob/master/examples/dogs.py#L69