x
1
2
3
4
5
6
<article class="vt-card">
<header>
<div class="vt-card--title">Notifications</div>
<p class="vt-card--description">You have 3 unread messages.</p>
</header>
</article>
1
2
3
4
<%= vt_card do |card| %>
<% card.with_title { "Notifications" } %>
<% card.with_description { "You have 3 unread messages." } %>
<% end %>