Mercurial
view design_system/src/components/card.js @ 281:c57149ad216e default tip
Copilot-Session: f68442b1-fa8f-46a0-9689-81710613bbd4
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 18 Aug 2026 22:18:15 -0700 |
| parents | 2b6e732087ff |
| children |
line wrap: on
line source
/** * Provides presentation for a native article or section. * * @extends {HTMLElement} */ export class ZenCard extends HTMLElement {} if (!customElements.get("zen-card")) { customElements.define("zen-card", ZenCard); }