0.1.0 • Published 5 years ago

dashbi-widget-show-text v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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
  }
});