The notification component can be placed anywhere in the page to provide feedback or warnings about a certain section of the page.
A sticky notification component can be used to notify a user about a page specific event and will be visible to the user regardless of the scroll position of the page.
<div class="notification ">
An email has been sent to administrator@bxswiss.com
</div>
<div class="notification {{modifier}}">
{{text}}
</div>
{
"text": "An email has been sent to administrator@bxswiss.com"
}