Questions tagged [v-btn]

17 questions
0
votes
1 answer

How to filter a product list using v-btn in vuetify?

I am currently trying to filter a list of objects by using buttons. I know that both v-btn and v-card loops are not currently interdependent, but I am unable to figure out how to link both sections to properly show only the correct category when…
Kinston
  • 115
  • 1
  • 4
  • 10
0
votes
0 answers

How to I change a v-btn's state (visually) so that it's selected/deselected in a template?

By default, Vuetify's v-btn has a "selected state", which from what I can tell, is just a darkened background. I'm using a few v-btns in a v-app-bar. One of these buttons is a Home button. When the vue app is launched (i.e. main route), I want to…
u84six
  • 4,604
  • 6
  • 38
  • 65
1
2