Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 438 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 438 Bytes

react-frame

React components within an iframe for isolated css styling

Installation

npm install react-frame --save

Demo

https://pqx.github.io/react-frame/example

Usage

<Frame
  styleSheets={['frame1.css']}
  css={'body{background-color:#eee;}'}>

  <div className="title">
    Parturient Ipsum Cursus Purus Justo
  </div>

</Frame>

License

MIT