modal
Utility for creating modal components.
List of properties and components
Class |
---|
v-modal |
v-modal-dark |
v-modal-light |
v-modal-danger |
v-modal-info |
v-modal-primary |
v-modal-secondary |
v-modal-smooth |
v-modal-warning |
v-modal-green |
v-model-green
<--add a component and font (optional) class to body tag-->
+ <body class="component font">
<div class="v-modal-green modal v-font-poppins">
<div class="v-modal-content">
<div class="v-modal-head">
<h2>v-modal</h2>
<span class="v-close"></span>
</div>
<div class="v-modal-body">
<!-- content -->
</div>
</div>
</div>
various options for the modal component