@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
20 lines (16 loc) • 1.03 kB
JavaScript
import { r as registerInstance, h } from './index-593361c2.js';
const topTaskNavCss = ".utrecht-toptask-nav{display:flex;flex-direction:column;flex-wrap:wrap;gap:var(--utrecht-toptask-nav-gap)}.utrecht-toptask-nav--grid{--utrecht-toptask-link-max-inline-size:var(--utrecht-toptask-nav-link-grid-max-inline-size);flex-direction:row}:host{display:block}:host([hidden]){display:none !important}";
const UtrechtTopTaskNavStyle0 = topTaskNavCss;
const TopTaskNav = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
// TODO: Add accessible name for navigation landmark,
// using `aria-labelledby` and a heading.
return (h("nav", { key: '2d428955c48b93b6b482c4d97e833e35c350d15c', class: "utrecht-toptask-nav utrecht-toptask-nav--grid" }, h("slot", { key: 'e24944cd1ac1649af580b9af0bb4b69350a3b5ec' })));
}
};
TopTaskNav.style = UtrechtTopTaskNavStyle0;
export { TopTaskNav as utrecht_top_task_nav };
//# sourceMappingURL=utrecht-top-task-nav.entry.js.map