UNPKG

oda-framework

Version:

It's an ES Progressive Framework based on the technology of Web Components and designed especially for creating custom UI/UX of any complexity for web and cross-platform PWA mobile applications.

17 lines (15 loc) 413 B
ODA({ is: 'embedded-viewer', template: ` <style> :host { @apply --vertical; @apply --flex; } </style> <object :data frameborder='0' style="height: 100vh;"></object> `, url: '', get data() { return `https://view.officeapps.live.com/op/embed.aspx?src=${this.url || ''}`; } })