swiftcarrot / react-frame

React components within an iframe for isolated css styling

Home Page:https://swiftcarrot.dev/react-frame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React components within an iframe for isolated css styling

https://swiftcarrot.dev/react-frame

License:MIT License


Languages

Language:JavaScript 100.0%