react-iframe-bridge

React hooks and components to work with iframe-bridge.

Usage no npm install needed!

<script type="module">
  import reactIframeBridge from 'https://cdn.skypack.dev/react-iframe-bridge';
</script>

README

react-iframe-bridge

React hooks and components to work with iframe-bridge.

Installation

Install the package:

npm i react-iframe-bridge

Add the package's files to TailwindCSS' purge configuration:

module.exports = {
  purge: {
    './node_modules/react-iframe-bridge/lib/**/*.js',
  },
};