<hx-reveal> v0.2.0+ HelixUI v0.2.0 or later required

The custom <hx-reveal> element wraps disclosable content to be toggled by a companion <hx-disclosure> element.

Attributes

Attributes enable declarative configuration of an element, via HTML markup.

open
Opens the reveal

Properties

JavaScript properties enable programmatic access to an element's configuration and state.

open {Boolean}
Determines if reveal is open.

See Also