mjml.navbar
Create an MJML <mj-navbar> tag.
Parameters
*args : TagChild = ()-
Children (MJMLTag objects)
attributes : Optional[TagAttrs] = None-
Optional dict of tag attributes
content : Optional[str] = None-
Optional text content for the tag
Returns
: MJMLTag-
MJMLTag object representing
Examples
With children: navbar(child1, child2)
With attributes: navbar(attributes={“attr”: “value”})
With both: navbar(child1, child2, attributes={“attr”: “value”})