Problem to solve
When showing longer text like a movie or book summary, it makes sense to only show a few lines of text, so that the UI can always behave in a similar way. Adding a button to expand/collapse the text allows the user to see the full text.
This doesn't have to be limited to text, and could also be used to expand a list of chips, or a list of cards.
Those are examples from popular websites:
Proposed solution
I don't have one. I have used other Vue specific components, but they always end up being dropped by the author, or not updated to the latest versions of Vue.
I would like a flexible solution from Vuetify, so that i know it will be supported long term, and will play nicely with the Vue components
Problem to solve
When showing longer text like a movie or book summary, it makes sense to only show a few lines of text, so that the UI can always behave in a similar way. Adding a button to expand/collapse the text allows the user to see the full text.
This doesn't have to be limited to text, and could also be used to expand a list of chips, or a list of cards.
Those are examples from popular websites:
Proposed solution
I don't have one. I have used other Vue specific components, but they always end up being dropped by the author, or not updated to the latest versions of Vue.
I would like a flexible solution from Vuetify, so that i know it will be supported long term, and will play nicely with the Vue components