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
| Attribute | Type | Default | Description |
|---|---|---|---|
summary | string | Show details | Toggle label |
open | boolean | false | Expanded state |
Fires vox-toggle when toggled.