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.0.5 to 0.0.6

2

package.json
{
"name": "mofron-comp-appbase",
"version": "0.0.5",
"version": "0.0.6",
"description": "application base component for mofron",

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

# mofron-comp-appbase
application base component for mofron
this is application base component for mofron.<br>
please see [here](https://github.com/mofron/mofron) about an overview of mofron
# Install
```bash
npm install mofron-comp-appbase
```
# Quick Start
```javascript
require('mofron');
let App = require('mofron-comp-appbase');
new App({
title : 'Test App Title',
visible : true
});
```
# Class Specification
| Method | Parameter | Description |
|:------------------|:-----------------------------------------------------------------|:-------------------------------|
| title | string,<br>text component |application title.<br> this parameter is displayed in the page header. |
| header | header component | replace header component.<br>default header component is [mofron-comp-apphdr](https://github.com/simpart/mofron-comp-apphdr).|
| color | color object | color setter/getter.<br> it change header color if you called this as setter.<br>you must not specify any parameter if you call this as getter. |
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