<h2>Notifications closable<span class="status refactor">Needs refactoring</span><span class="status js">JS</span></h2>

<div class="sc-content-container example-notification-target" id="example-notification-target">
    Notification Target container
</div>

In this example `close` attribute is always set to true

<style>
.example-notification-target {
    border-bottom: 1px solid #dcdcdc;
    background-color: #c4c4c4;
    padding: 16px;
    margin-bottom: 30px;
}
</style>
