@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
11 lines • 702 B
JavaScript
import{customElement as e}from"../../node_modules/@lit/reactive-element/decorators/custom-element.js";import"../../node_modules/lit/decorators.js";import t from"../../_virtual/_@oxc-project_runtime@0.144.0/helpers/esm/decorate.js";import{BaseOnThisPage as n}from"./internal/base-on-this-page.js";import{OnThisPageStyles as r}from"./on-this-page.style.js";
/**
* @license
* Copyright 2026 Kai-Orion & Sandlada
* SPDX-License-Identifier: MIT
*
* @fileoverview
* Public `mdc-on-this-page` element — an in-page table of contents / anchor navigation component.
*/
let i=class extends n{static{this.styles=r}};i=t([e(`mdc-on-this-page`)],i);export{i as OnThisPage};
//# sourceMappingURL=on-this-page.js.map