Updated Container API (markdown)

Jakub Sobon 2019-03-10 23:59:30 -04:00
parent e01332ac8e
commit 65e8088cf1
1 changed files with 5 additions and 1 deletions

@ -11,4 +11,8 @@ Apart from organising the terminal layout, the Termdash infrastructure uses the
Developers have two options when it comes to building the terminal layout.
1. Use the [container](https://godoc.org/github.com/mum4k/termdash/container) package directly to create layouts organized as a [[Binary tree layout|binary-tree-layout]].
1. Use the [grid](https://godoc.org/github.com/mum4k/termdash/container/grid) package to create layouts organized into a [[Grid layout|grid-layout]].
1. Use the [grid](https://godoc.org/github.com/mum4k/termdash/container/grid) package to create layouts organized into a [[Grid layout|grid-layout]].
The created layout can be further customized by any of the following:
1. Defining margin or padding, see [[Margin and padding|margin-and-padding]].