Accordion
<vox-accordion> stacks expandable panels. Add single to keep at most one open.
Yes — OpenVox is a drop-in replacement tracking the same module ecosystem.
Swap the package repositories and upgrade; agents and server interoperate during transition.
The Vox Pupuli community, under open governance.
html
<vox-accordion single>
<vox-accordion-item heading="Is OpenVox compatible with Puppet?" open>
<p>Yes — it's a drop-in replacement.</p>
</vox-accordion-item>
</vox-accordion>API
<vox-accordion>: single (boolean) — only one panel open at a time.
<vox-accordion-item>:
| Attribute | Type | Default | Description |
|---|---|---|---|
heading | string | '' | Panel header |
open | boolean | false | Expanded state |
Items fire vox-toggle when opened or closed.