trmb-popup-view
v0.0.3
Published
Web component for create obejct view
Downloads
2
Readme
This respository contains popup web components for create user and company
Implementation details:
$ npm install trmb-popup-view
$ npm install @polymer/polymer @webcomponents/webcomponentsjs
Include webcomponents loader and trmb-form web components
- Include @webcomponents/webcomponentsjs/webcomponents-loader.js
- Include node-modules/trmb-popup-view/trmb-popup-view.html
Usage details
<trmb-popup-view access-token=”xxx” type=”user” id=”create-user-popup-id”>
</trmb-create-popup>
<trmb-popup-view access-token=”xxx” type=”company” id=”create-user-popup-id”>
</trmb-create-popup>