How to use?
<div id="root" style="width:100%"></div>
<link rel="stylesheet" href="https://infobus.comfort-house.org.ua/styles.css" rel="noreferrer" tabindex="-1">
<script src="https://infobus.comfort-house.org.ua/bundle.js" tabindex="-1"></script>
<script>
var myWidget = Infobus.default.widgets.BusRoutesWidget.new({ selector: "#root" });
myWidget.render({
locale: "ru",
currency: "EUR",
searchFocusFrom: "1",
showAccountOffice: true,
showBonus: true,
//partnerId: "1",
dispatcherId: '975',
routesContainerProps: {"style":{"overflow":"auto"}},
mainContainerProps: {},
apiUrl: 'https://api-js.bussystem.eu',
});
</script>