Skip to content

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

AttributeTypeDefaultDescription
variantinfo | tip | warning | dangerinfoSemantic style
headingstringVariant nameHeading text

Released under the Apache-2.0 License.