1.0.7 • Published 5 years ago

iframe-device v1.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

iframe-device

Usage

From your project folder, install the component from npm.

npm install iframe-device

Import the component.

In a JavaScript module:

import 'iframe-device';

In an HTML page:

<script type="module">
import './path-to/some-package-name/some-component.js';
</script>

Or:

<script type="module" src="./path-to/some-package-name/some-component.js"></script>

Add the component to your application or component:

<iframe-device></iframe-device>
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago