@# Callouts

Callouts visually highlight important content for the user.

@## CSS API

Callouts use the same visual intent modifier classes as buttons. If you need a
heading, use the `<h5>` element.

<div class="pt-callout pt-intent-primary pt-icon-info-sign">
    Note that the `<h5>` heading is entirely optional.
</div>

@css pt-callout
