@vario-software/vario-app-framework-frontend
v2026.36.0
Published
Frontend assets for VARIO Cloud Apps: corporate-design CSS and JavaScript helpers for the iframe integration — postMessage communication, frame height, app token handling and shared settings.
Readme
VARIO App Framework — Frontend
The browser-side part of the VARIO App Framework. A VARIO Cloud App runs in an iframe inside the ERP; this package provides what it needs there:
- Corporate-design CSS — buttons, inputs, cards, datagrids, checkboxes and toggles, so the App matches the ERP
- Communication helpers —
sendMain/receiveMainfor the postMessage protocol between App and ERP - Integration utilities — frame height transfer, App token handling, shared settings, screen-size classes, sticky-nav buttons and edit mode
npm install @vario-software/vario-app-framework-frontend<link rel="stylesheet" href="node_modules/@vario-software/vario-app-framework-frontend/style/index.css">import { sendMain, receiveMain } from '@vario-software/vario-app-framework-frontend/script/communication.js';
sendMain({ height: document.body.scrollHeight });Installing @vario-software/vario-app-framework pulls in this package together with the backend part.
