showcar-ui
Version:
Showcar-ui is the pattern library that is used to build the frontend of AutoScout24. It provides CSS classes, custom elements and components.
17 lines (13 loc) • 478 B
Markdown
<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>