1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00

Updated Widget API (markdown)

Jakub Sobon 2019-03-04 00:06:38 -05:00
parent bcfaa6ed78
commit b74bc6ba76

@ -1,3 +1,3 @@
[![Doc Status](https://godoc.org/github.com/mum4k/termdash/widgetapi?status.png)](https://godoc.org/github.com/mum4k/termdash/widgetapi)
The [widgetapi](https://godoc.org/github.com/mum4k/termdash/widgetapi) package exposes an interface that is implemented by all Termdash widgets.
The [widgetapi](https://godoc.org/github.com/mum4k/termdash/widgetapi) package exposes an interface that is implemented by all Termdash widgets. This package allows developers to create their own widgets outside of Termdash. This documentation introduces the Widget's API and the surrounding types. See also the [developing a new widget](https://github.com/mum4k/termdash/blob/master/doc/widget_development.md) document for more details on widget development.