dc.Callout
The
<dc.Callout>
tag provides a visual cue to bring special attention to certain content.
Attributes
-
Title: title for the callout box
-
Scope: Default, Primary, Success, Info, Warning, Danger
Usage Notes
TODO notes
Examples
<dc.Callout Title="Notice" Scope="Warning">
<p>Do not change user name in server script.</p>
</dc.Callout>
Notice
Do not change user name in server script.
See Also
- TODO