Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 315 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 315 Bytes

dashbi-widget-show-text

Simple Dasbhi widget that shows text.

Usage

Widgets takes always the newest record from source. It supports data types: String, Array and Object.

Example

dashbiLayout.addWidget({
  name: 'show-text',
  title: 'Demo',
  source: {
    // here some source
  }
});