diff --git a/examples/iframes/index.js b/examples/iframes/index.js index d637c56bf..2130d9449 100644 --- a/examples/iframes/index.js +++ b/examples/iframes/index.js @@ -191,13 +191,8 @@ class Iframes extends React.Component { return (
This editor is rendered inside of an
- iframe
element, and everything works as usual! This is
- helpful for scenarios where you need the content to be rendered in an
- isolated, for example to create a "live example" with a specific set
- of stylesheets applied.
In this example's case, we've added
- Bootstrap's CSS to the iframe
for default styles:
This editor is rendered inside of an iframe
element, and everything works as usual! This is helpful for scenarios where you need the content to be rendered in an isolated, for example to create a "live example" with a specific set of stylesheets applied.
In this example's case, we've added Bootstrap's CSS to the iframe
for default styles: