Documentation / @zerotal/flow-ui / index / flowUiHead
Function: flowUiHead()
flowUiHead(
title?,theme?):string
Defined in: flow-ui/src/theme.ts:223
Full <head> markup for a flow-ui surface. Inject as a Layout's head.
The no-flash script goes first so the saved theme is applied before any styled content paints.
Parameters
title?
string = "Zerotal"
theme?
FlowUiThemeConfig = {}
Returns
string