Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marverix/dashbi-widget-show-text
- Owner: marverix
- License: isc
- Archived: true
- Created: 2019-08-20T06:55:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T08:59:08.000Z (about 5 years ago)
- Last Synced: 2024-06-21T18:57:45.607Z (5 months ago)
- Topics: dashbi, dashbi-widget
- Language: Vue
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
});
```