Delete
The .delete
element is a stand-alone element that can be used in different contexts.
Combinations
Leaf uses the delete
with tags and notifications.
<a class="delete"></a>
<div class="notification is-danger">
<div class="icon">
<i class="fas fa-ban"></i>
</div>
<div class="notification-body">
<h5 class="title is-6">Simple notification w/ icon and close:</h5>
<p>Simple notification, with icon and close. Here is a clear explanation.</p>
</div>
<a href="#" class="delete"></a>
</div>