Mercurial
view design_system/src/components/stack.js @ 252:7a7581f040e8
[ui] Add scoped notification component
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 04 Aug 2026 11:57:16 -0700 |
| parents | 117c4d53c9a4 |
| children | 2b6e732087ff |
line wrap: on
line source
export class ZenStack extends HTMLElement {} if (!customElements.get("zen-stack")) { customElements.define("zen-stack", ZenStack); }