CwDrawer
Bottom drawer that collapses into a summary bar with item chips, and expands to reveal full content.
Main page content sits here. The drawer lives at the bottom.
<CwDrawer
bind:open={open}
label="Alerts"
items={items}
height="18rem"
>
<div>Drawer content goes here</div>
</CwDrawer>