New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mag-component-panel-set

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mag-component-panel-set

Base panel set implementation.

1.0.5
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Panel set component

build status npm version dependencies status devDependencies status Gitter

Panel set is a component to build user interface, an instance of Component module. Use with mag-component-panel.

Installation

npm install mag-component-panel-set

Usage

Add the singleton to the scope:

var PanelSet = require('mag-component-panel-set');

Create instance with custom config:

var panelSet = new PanelSet({
        visible: false,
        // list of mag-component-panel panels
        panels: [leftPanel, rightPanel]
    });

Development mode

There is a global var DEVELOP which activates additional consistency checks and protection logic not available in release mode.

Contribution

If you have any problem or suggestion please open an issue here. Pull requests are welcomed with respect to the JavaScript Code Style.

License

mag-component-panel-set is released under the MIT License.

Keywords

mag

FAQs

Package last updated on 24 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts