0.0.8 • Published 8 years ago
react-micro v0.0.8
react-micro
React component for displaying UI microservices.
Installation
yarn add react-microor
npm install react-microRunning a Demo
To run a local demo of react-micro:
- clone this repo
- install dependencies
- run
yarn storybook.
Usage
Currently supports rendering content obtained via promise inside an iframe.
<Micro
type="iframe"
contentPromise={promise}/>Detailed examples can be found in stories/index.js file containing Storybook stories.