@lilonga/output-iframe
v0.1.0
Published
Renders input text within an iframe
Downloads
7
Readme
@lilonga/output-iframe
Live-updating iframe
Demo
@lilonga/output-iframe demo on Repl.it
Install
npm install --save @lilonga/output-iframe
Usage
import React, { Component } from 'react'
import OutputIframe from '@lilonga/output-iframe'
class Example extends Component {
render () {
return (
<MyComponent input="<h1>test</h1>"/>
)
}
}
License
MIT © lilonga