mofron-comp-appbase
Advanced tools
Comparing version 0.5.2 to 0.6.0
/** | ||
* @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 | | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46
8586