Hi all,
I'm building a web application using Vuetify 3 and I'd like to use their Breadcrumbs to visualise the "depth" of the user's current position in the app space.
For example, my app has a nested structure of:
World > Scene > Object
I'd like to have a click-handler on each level, so that I can do the appropriate actions to take the user to that level (sadly, a URL is not going to cut it - as I'm managing state manually with Pinia).
I've been pouring over the official help (https://vuetifyjs.com/en/components/breadcrumbs/) and API (https://vuetifyjs.com/en/api/v-breadcrumbs-item/), but can't see any mention of click-handling.
Thanks in advance for any suggestions!