mozaik-ext-iframe

iFrame widgets for Mozaik dashboard


Keywords
mozaik, iframe, dashboard, newrelic
License
MIT
Install
npm install mozaik-ext-iframe@1.0.6

Documentation

Mozaïk iframe widgets

Travis CI NPM version

Iframe

iframe

parameters

key required description
title no Title of the widget
url yes  iFrame URL

usage

{
  type: 'iframe.iframe',
  url: 'http://myurl.com/page.html',
  columns: 1, rows: 1, x: 0, y: 0
}