@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
25 lines (24 loc) • 722 B
JavaScript
/**
* @license EUPL-1.2
* Copyright (c) 2020-2024 Frameless B.V.
* Copyright (c) 2021-2024 Gemeente Utrecht
*/
import { h } from "@stencil/core";
export class BadgeList {
render() {
return (h("div", { key: '3fa401a69e43641200a07d4d60645f0f019a2d07', class: "utrecht-badge-list" }, h("slot", { key: 'b2a1f4d19cde761235baea702921f15ce62c968e' })));
}
static get is() { return "utrecht-badge-list"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["badge-list.scss"]
};
}
static get styleUrls() {
return {
"$": ["badge-list.css"]
};
}
}
//# sourceMappingURL=badge-list.js.map