Skip to content

tontile/autoframe

Repository files navigation

autoframe

An iframe component that automatically syncs styles from the host.

An implementation of react-frame-component.

Quick start

npm i @tontile/autoframe
import AutoFrame from "@tontile/autoframe";

export function Page() {
  return (
    <AutoFrame>
      {/* Hero class exists on parent */}
      <div className="Hero">Hello, world</div>
    </AutoFrame>
  );
}

API

Shares an API with react-frame-component, and exposes some additional props.

debug

debug: boolean

Print debug messages when mounting styles to the console

onStylesLoaded

onStylesLoaded: function

A callback that triggers when the initial styles are loaded

License

MIT © TonTile Corporation Ltd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published