--- /dev/null
+---
+title: Callout
+description: Formerly panels, callouts can be used to create sidebar panels or call out important content in an email.
+sass: scss/components/_callout.scss
+tags:
+ - panel
+ - alert
+---
+
+## Basics
+
+Callouts use a full table structure, with the class `.callout` applied to the innermost `<th>`.
+
+When using [Inky](inky.html) HTML, the `<callout>` tag will create this structure for you.
+
+```inky
+<callout>
+ <p>Beware of the Kraken!</p>
+</callout>
+```
+
+---
+
+## Coloring Classes
+
+The color of a callout can be changed by adding the class `.success`, `.warning`, or `.alert` to the element.
+
+```inky
+<callout class="success">
+ <p>Successfully avoided Kraken.</p>
+</callout>
+
+<callout class="warning">
+ <p>There may be Krakens around.</p>
+</callout>
+
+<callout class="alert">
+ <p>Incoming Kraken!</p>
+</callout>
+```
</p>
<li class="docs-nav-title">Components</li>
- <li><a href="">Alignment</a></li>
- <li><a href="">Block Grid</a></li>
+ <li><a href="alignment.html">Alignment</a></li>
+ <li><a href="block-grid.html">Block Grid</a></li>
<li><a href="button.html">Button</a></li>
- <li><a href="">Callout</a></li>
- <li><a href="">Global</a></li>
+ <li><a href="callout.html">Callout</a></li>
+ <li><a href="global.html">Global</a></li>
<li class="docs-nav-title">Grid</li>
<li><a href="">Grid</a></li>
"browser-sync": "^2.9.10",
"cheerio": "^0.19.0",
"foundation-docs": "zurb/foundation-docs",
- "foundation-sites": "^6.0.5",
+ "foundation-sites": "^6.2.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.1",
"gulp-cached": "^1.1.0",