Text
build IIOT web/mobile applications
Shanghai Foundry Engineering Team
garry.yao@ge.com
FRONTEND UI ENGINEERING
Client-Server Software
Cloud Web Application
We've built wheels for you and update the platform every week!
Predix UI is a set of open-source components
built in 2016 following Web Standard with Google Polymer
Polymer is NOT a framework, it's a polyfill library let you program web components in today's web browser to better utilize the future web platform
Predix
Predix component is simply an HTML element
with custom properties as input/output/config
<px-ui-element>
Example: <px-datetime-panel>
<body>
<template is='dom-bind'>
<p>
<strong>Start Time</strong>: [[from]]
<br />
<strong>End Time</strong>: [[to]]
</p>
<px-datetime-range-panel time-format="YY/m/D"
block-future-dates
from-moment="{{from}}"
to-moment="{{to}}" >
</px-datetime-range-panel>
</template>
</body>
Example: <px-datetime-panel>
Industrial spaces can be loud, windy, wet,
or even potentially dangerous - connectivity is often an issue
Built with Industrial Environment in mind
40+ components, 20+ style modules, 60+ design patterns