import { $, html } from "sigpro"; $.component( "c-drawer", (props, { emit, slot }) => { const id = `drawer-${Math.random().toString(36).substring(2, 9)}`; return html`