Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marverix/dashbi-widget-show-text

Simple Dasbhi widget that shows text
https://github.com/marverix/dashbi-widget-show-text

dashbi dashbi-widget

Last synced: 3 months ago
JSON representation

Simple Dasbhi widget that shows text

Awesome Lists containing this project

README

        

# 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

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