<hx-accordion-panel>
v0.4.0+
HelixUI v0.4.0 or later required
Attributes
Attributes enable declarative configuration of an element, via HTML markup.
- disabled
- When present, disables the ability to manually toggle the open state.
- open
- Opens the panel
Properties
JavaScript properties enable programmatic access to an element's configuration and state.
- disabled {Boolean [false]}
-
Disables user interaction.
Reflects the disabled
attribute. - open {Boolean}
- Determines if panel is open.