Callout
<vox-callout> is an admonition block matching the custom containers used across the OpenVox docs.
Variants
Neutral background information.
A helpful suggestion.
Something to be careful about.
A destructive or breaking consequence.
html
<vox-callout variant="tip">
<p>A helpful suggestion.</p>
</vox-callout>Custom heading
Use openvox-agent instead.
html
<vox-callout variant="warning" heading="Deprecated since 8.0">
<p>Use <code>openvox-agent</code> instead.</p>
</vox-callout>API
| Attribute | Type | Default | Description |
|---|---|---|---|
variant | info | tip | warning | danger | info | Semantic style |
heading | string | Variant name | Heading text |