Skip to content

Disclosure

<vox-disclosure> is a single show/hide toggle for supplementary content.

Environment caching, code manager settings, and other knobs most users never touch.

html
<vox-disclosure summary="Show advanced options">
  <p>Environment caching, code manager settings…</p>
</vox-disclosure>

API

AttributeTypeDefaultDescription
summarystringShow detailsToggle label
openbooleanfalseExpanded state

Fires vox-toggle when toggled.

Released under the Apache-2.0 License.