Close

pam-Alert="closeable" Adds styling for closeable alert by expanding the right padding and make place for the close icon position.

Eyy! This alert can be terminated, awesome!

×
Markup

Toggle example guides Toggle HTML markup

<div pam-Alert="closeable">
    <p><strong>Eyy!</strong> This alert can be terminated, awesome!</p>
    <div pam-Close="right">×</div>
</div>