Documentation / @zerotal/flow / index / Title
Function: Title()
Title(
props):HtmlNode
Defined in: flow/src/components.ts:123
Shorthand for setting the document <title> — wraps its children in a <title>
inside a Head.
Parameters
props
children?
unknown
Returns
Example
<Title>Dashboard</Title>