UNPKG

@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) 779 B
/** * @license EUPL-1.2 * Copyright (c) 2020-2024 Frameless B.V. * Copyright (c) 2021-2024 Gemeente Utrecht */ import { h } from "@stencil/core"; export class MultilineData { render() { return (h("pre", { key: 'c4046b100adfce66b398dc5b90db92db79657c63', class: "utrecht-multiline-data utrecht-multiline-data--html-pre" }, h("slot", { key: '30746cef3402ebece01c0c3b0772552aa478c2e3' }))); } static get is() { return "utrecht-multiline-data"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["multiline-data.scss"] }; } static get styleUrls() { return { "$": ["multiline-data.css"] }; } } //# sourceMappingURL=multiline-data.js.map