mirror of https://github.com/mum4k/termdash.git
Updated Container API (markdown)
parent
e01332ac8e
commit
65e8088cf1
|
@ -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]].
|
Loading…
Reference in New Issue