Testing - Drawer

Supplemental Interactions

Interact with in-page content to trigger supplemental behavior while a drawer is open.

Dialogs

Basic Drawer

Missing Content

Additional Content

Positionable Descendants

Slotted, Child Positionable

hx-drawer > [slot="fixed"]

This configuration should work as expected.

Unslotted, Child Positionable

hx-drawer > {hx-positionable}

This configuration should fail to position Positionable components.

Positionable Grandchildren

hx-drawer > hx-div > {hx-positionable}

This configuration should fail to position Positionable components.