UNPKG

@randstad-design/orbit-multitheme

Version:

multitheme Front-end code based on Randstad Human Forward components

9 lines (7 loc) 304 B
// Import all components import { GoogleChartsApi as CurrentComponent } from './google-charts-api'; // initialize all elements const componentsList = document.querySelectorAll(CurrentComponent.getSelector()); for (let i = 0; i < componentsList.length; i++) { new CurrentComponent(componentsList[i]); }