@braintree/iframer
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

iframer

A utility to allow consistent iframe creation.

Example

var iframer = require("iframer");

var myIframe = iframer({
  name: "braintree-dropin-iframe",
  style: "z-index: 999",
  width: "100%",
  height: "68",
});

document.body.appendChild(myIframe);

Testing

npm t

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    4
  • 1.1.0
    216,782
  • 1.0.3
    12,354

Package Sidebar

Install

npm i @braintree/iframer

Weekly Downloads

229,140

Version

2.0.0

License

MIT

Unpacked Size

11.2 kB

Total Files

20

Last publish

Collaborators

  • braintree