<hx-drawer>

The <hx-drawer> is a container for a drawer dialog, anchored to the right-side of the screen. It is used to build a Drawer component.

Attributes

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

open

Opens the drawer.

Does not emit events on change.

Properties

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

open {Boolean [false]}

Determines if the drawer is open.

Emits open event when set to true.

Emits close event when set to false.

See Also