<hx-div>
v0.13.0+
HelixUI v0.13.0 or later required
The custom <hx-div>
element is a utility element
to provide a base for styling as well as for implementing scrolling
content.
Attributes
Attributes enable declarative configuration of an element, via HTML markup.
- scroll
-
Indicates scroll direction.
Valid values: "vertical", "horizontal", "both", and "none"
Properties
JavaScript properties enable programmatic access to an element's configuration and state.
- scroll {String|Null}
-
Manipulates the
scroll
attribute. Null ifscroll
attribute is not present.