i am trying to do this but unable to set two button in two bottom corner. Following code keeping two buttons side by side.But i need one button in left and other in right.
<v-card-actions>
<v-spacer />
<v-btn color="primary" v-on:click="gotosignup">SignUp</v-btn>
<v-btn color="primary" v-on:click="gotohome">Login</v-btn>
</v-card-actions>
]
You can easily achieve this using responsive flexbox utilities like:
DEMO: