Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mofron-comp-appbase

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mofron-comp-appbase - npm Package Compare versions

Comparing version 0.5.2 to 0.6.0

sample/index.mf

8

index.js
/**
* @file mofron-comp-appbase/index.js
* @brief common application component for mofron
* it makes easy to build page.
* @file mofron-comp-appbase/index.js
* @brief common application component for mofron
* it makes easy to build page.
* @license MIT

@@ -26,3 +26,3 @@ */

super();
this.name("AppBase");
this.modname("AppBase");
this.shortForm("title", "child");

@@ -29,0 +29,0 @@

{
"name": "mofron-comp-appbase",
"version": "0.5.2",
"version": "0.6.0",
"description": "application base component for mofron",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,5 +0,5 @@

# mofron-comp-appbase
# mofron-comp-appbase
[mofron](https://mofron.github.io/mofron/) is module based frontend framework.
common application component for mofron
common application component for mofron

@@ -11,3 +11,3 @@ it makes easy to build page.

```
npm install mofron mofron-comp-appbase
npm install mofron mofron-comp-appbase
```

@@ -17,6 +17,6 @@

```html
<require>
<setting>
<tag module="mofron-comp-image">Image</tag>
<tag module="mofron-comp-appbase">AppBase</tag>
</require>
</setting>

@@ -29,7 +29,8 @@ <AppBase title=AppBase,"./img/logo.png">

```
# Parameter
|Simple<br>Param | Parameter Name | Type | Description |
|:--------------:|:---------------|:-----|:------------|
| | title | mixed | string/mofron-comp-text: app title |
| Short<br>Form | Parameter Name | Type | Description |
|:-------------:|:---------------|:-----|:------------|
| ◯ | title | mixed | string/mofron-comp-text: app title |
| | | mixed | string: path to app logo image |

@@ -40,3 +41,3 @@ | | | | mofron-comp-image: logo image |

| | height | string (size) | height size |
| | | option | style option |
| | | dict | style option |
| | mainColor | mixed (color) | string: color name, #hex |

@@ -47,3 +48,3 @@ | | | | array: [red, green, blue, alpha] |

| | | | array: [red, green, blue, alpha] |
| | | option | style option |
| | | dict | style option |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc