Close button

Reference

base"closeButton"
String
Base name used to style component

mod-close-buttonempty string
String
Style of the close button icon element

mod-wrapperempty string
String
Style of the wrapper button element

nameempty string
String
Name of the component

variantempty string
String
Active variant of the element mod-* props

Example

<template>
  <v-close-button />
  <v-close-button base="roundCloseButton" />
</template>