0.0.2 • Published 4 years ago

@watheia/dox.zone-navigator v0.0.2

Weekly downloads
-
License
EPL-2.0
Repository
gitlab
Last release
4 years ago

@watheia/zone-navigator

Micro Frontend Zone Navigator Component

NPM JavaScript Style Guide

Install

npm install --save @watheia/zone-navigator

Usage

import React, { Component } from "react"

import MyComponent from "@watheia/zone-navigator"
import "@watheia/zone-navigator/dist/index.css"

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

License

MIT © watheia