Breadcrumb
- Home
- Documentation
- Article Content Type
- Callout
Callout
The callout component can be used to highlight text within an article. To use this component, click on the "Source" button in the WYSIWYG editor to edit the source code and paste this code:
<div class="callout">Callout</div>
Options for size:
inline--size-smallinline--size-mediuminline--size-large
Options for alignment:
inline--align-rightinline--align-centerinline--align-left
Options for background color:
bg--graybg--goldbg--black
Example using these classes:
<div class="callout inline--size-small inline--align-right bg--gray">Callout</div>