Simple

A simple alert has most of it properties normalized, such as border-radius and border. Can be used as a alert in designs for small screen and devices.

Title

outlined message

Markup

Toggle example guides Toggle HTML markup

<div pam-Alert="simple">
    <h1>Title</h1>
    <p>outlined message</p>
</div>