3D Component
Utility for creating 3D component.
List of properties and components
Class |
---|
v-card |
v-card-3d |
v-card-images |
v-card-content |
the 3d effect won't work until you put the image on the card
3D (touch the card)

Example card simple
valclass is a framework best features component.
<div class="v-card v-card-3d v-font-poppins" style="width: 280px;">
<div class="v-card-images">
<img src="..." alt="">
</div>
<div class="v-card-content">
<h2>example card simple</h2>
<p>valclass is a framework best features component.</p>
</div>
</div>
3D