Top "Vuetify.js" questions

Vuetify.

Center content vertically on Vuetify

Is there a way to center content vertically in Vuetify? With the text-xs-center helper class, the content gets centered horizontally …

javascript css vue.js vuetify.js
vuetify center items into v-flex

I'm trying to center a <v-btn> into a <v-flex>. Since <v-flex> is a flexbox …

flexbox vuejs2 vuetify.js
File upload in vuetify

I'm using vuetify components for front-end in Vuejs. I want to create a user registeration form with file upload. I'm …

javascript frameworks vue.js vuetify.js
How to set the height of vuetify card

I am attempting to add a card with vue and vuetify that will take up the space in my container …

css vue.js vuetify.js
Open a Vuetify dialog from a component template in VueJS

I'm using the VueJS Vuetify framework and I need to open a dialog - that gets imported as a component …

javascript vuejs2 vue-component vuetify.js
Set initial vuetify v-select value

Can someone help me set the default value for a v-select? The caveat is that my v-select is populated with …

javascript vue.js vuetify.js
Vuetify - How to set background color

I am using Vuetify with the Light theme. By default this sets the background of the main content to a …

vue.js vuetify.js
Vue/Vuetify - Unknown custom element: <v-app> - did you register the component correctly?

I am new to Vue and Vuetify. I just created quick app to check both of them. But I am …

javascript vue.js vuetify.js
Change default font in vuetify

I can't figure out how to change the default font in vuetify. I've been looking for the right variable within ./…

vue.js vuetify.js
How to change the text color of a Vuetify button?

Maybe I'm missing something obvious, but I can't figure out the proper way to change the text color in a …

vuetify.js