├── .gitignore ├── README.md ├── icon-full-screen.js ├── index.js └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | dist 3 | 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # React Component Responsive Iframe 2 | 3 | The [component-playground](https://github.com/FormidableLabs/component-playground) 4 | now supports custom renderers for previewing your components. Quite often, 5 | components need to be responsive to both window and local layout constraints. 6 | This component is intended to give you the opportunity to view your components 7 | in an isolated `