mmed
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

medusa

medusa docs

Installation

yarn add mmed

To Use

import {Router, Route} from 'mmed'

const App = () => {
  return <Router loading={<div>loading...</div>}>
    <Route html="http://localhost:7100" appId="reactApp" />
  </Router>
}

ReactDOM.render(<App />, document.getElementById('app'))

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i mmed

Weekly Downloads

6

Version

0.0.12

License

MIT

Unpacked Size

460 kB

Total Files

181

Last publish

Collaborators

  • djune
  • sampsonwxfdt