<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 openevent when set totrue.Emits closeevent when set tofalse.