1.2.7 • Published 2 years ago

@ubilabs/ubilabs-debug-panel v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Ubilabs Debug Panel

Description

This is a library to easily implement a debug panel into your application.

Table of contents

Installation

npm install @ubilabs/ubilabs-debug-panel

Usage

Default import from @ubilabs/ubilabs-debug-panel and call the constructor:

import DebugPanel from '@ubilabs/ubilabs-debug-panel';

const debugPanel = new DebugPanel();

Add your custom properties with the syntax:

debugPanel.add('Variable Name', () => {});

Examples

There is a simple example page that imports the debug-panel directly: https://ubilabs.github.io/ubilabs-debug-panel/. To run the example locally:

npm install
npm start

Publish

A publish happens automatically when a new version tag is being pushed:

npm version major|minor|patch
git push && git push --tags
1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago