1.3.0 • Published 4 years ago

@michaelsindlinger/microfrontend-demo-app v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@michaelsindlinger/microfrontend-demo-app

Demo App to demonstrate the usage of microfrontends

NPM JavaScript Style Guide

Install

npm install --save @michaelsindlinger/microfrontend-demo-app

Usage

import React, { Component } from 'react'

import MyComponent from '@michaelsindlinger/microfrontend-demo-app'
import '@michaelsindlinger/microfrontend-demo-app/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © michsindlinger

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago