toast

PHOTO EMBED

Sun Apr 17 2022 03:41:17 GMT+0000 (Coordinated Universal Time)

Saved by @realsantosm #css

<div class="alert alert--success toast toast--top--right hide">
    This is success alert
    <button class="alert--close">×</button>
</div>
<div class="alert alert--message toast toast--bottom--left hide">
    This is message alert
    <button class="alert--close">×</button>
</div>
<div class="alert alert--error toast toast--bottom--center hide">
    This is danger alert
    <button class="alert--close">×</button>
</div>
content_copyCOPY