Skip to content

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>:

AttributeTypeDefaultDescription
headingstring''Panel header
openbooleanfalseExpanded state

Items fire vox-toggle when opened or closed.

Released under the Apache-2.0 License.