@synergy-design-system/components
Version:
This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define
38 lines (35 loc) • 931 B
JavaScript
import {
menu_label_custom_styles_default
} from "./chunk.X6GR6IA2.js";
import {
menu_label_styles_default
} from "./chunk.RAOPZXJL.js";
import {
SynDivider
} from "./chunk.P2IQYZXI.js";
import {
component_styles_default
} from "./chunk.NLYVOJGK.js";
import {
SynergyElement
} from "./chunk.3AZFEB6D.js";
// src/components/menu-label/menu-label.component.ts
import { html } from "lit";
var SynMenuLabel = class extends SynergyElement {
render() {
return html`
<div part="base" class="menu-label-wrapper">
<syn-divider class="menu-label__divider" part="divider"></syn-divider>
<slot part="label" class="menu-label"></slot>
</div>
`;
}
};
SynMenuLabel.styles = [component_styles_default, menu_label_styles_default, menu_label_custom_styles_default];
SynMenuLabel.dependencies = {
"syn-divider": SynDivider
};
export {
SynMenuLabel
};
//# sourceMappingURL=chunk.6RVKKAXI.js.map