Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 377 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 377 Bytes

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',
  },
};