Title
Title component display a title.
API
func Title(c *tgframe.Container, text string)
func TitleWithID(c *tgframe.Container, text string, id string)
cis Parent container.textis the title text.idis a user specific element id.
Example
tgcomp.Title(p.Main, "Title")
