I am currently developing a website using Vue.js, HTML, and SCSS. I am looking to implement a drop-down functionality similar to the animated example provided in the gif below:
https://i.stack.imgur.com/Mia2D.gif
The gif demonstrates how the drop-down menu should behave; when a hotel is selected, the drop-down should display the available room types within that specific hotel.
I have managed to create a basic version of the drop-down using HTML and Vue's v-if directive. However, the code is complex and contains some bugs. Are there any existing packages or examples that offer a similar drop-down solution? Any suggestions would be greatly appreciated.
Thank you in advance...
Below is my current code:
(Code snippet here)
(More code snippet here)