🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

React components within an iframe for isolated css styling.

Others React

Documentation

react-frame

npm npm Build Status codecov styled with prettier

React components within an iframe for isolated css styling

Installation

npm install react-frame --save yarn add react-frame

Demo

https://swiftcarrot.dev/react-frame

Usage

<Frame styleSheets={['frame1.css']} css={'body{background-color:#eee;}'}>   <div className="title">frame</div> </Frame>

License

MIT


You May Also Like