@vaadin-component-factory/vcf-network
Version:
Hierarchical network visualizing web component
19 lines (17 loc) • 515 B
JavaScript
import styleModule from '../../src/utils/style-module';
import '@vaadin/vaadin-lumo-styles/color';
import '@vaadin/vaadin-lumo-styles/sizing';
import '@vaadin/vaadin-lumo-styles/spacing';
import '@vaadin/vaadin-lumo-styles/style';
import '@vaadin/vaadin-lumo-styles/typography';
styleModule({
themeFor: 'vcf-network',
themeName: 'vcf-network-lumo',
include: 'lumo-color lumo-typography',
styles: `
:host {
border: 1px solid var(--lumo-contrast-10pct);
box-sizing: border-box;
}
`
});