Delete

The .delete element is a stand-alone element that can be used in different contexts.

<a class="delete"></a>

Combinations

Leaf uses the delete with tags and notifications.

Some tag

Simple notification w/ icon and close:

Simple notification, with icon and close. Here is a clear explanation.

<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>