Answers for "v-card-actions button on right"

0

v-card-actions button on right

<-- justify-end positions the buttons to the right of the card -->

<v-card-actions class="justify-end">
  <v-btn color="error">cancel</v-btn>
  <v-btn color="primary">submit</v-btn>
</v-card-actions>
Posted by: Guest on July-14-2021

Browse Popular Code Answers by Language