Documentation / @zerotal/flow-ui / index / FlowUiThemeConfig
Interface: FlowUiThemeConfig
Defined in: flow-ui/src/theme.ts:26
Styling source for a flow-ui surface.
Properties
stylesheet?
optionalstylesheet?:string
Defined in: flow-ui/src/theme.ts:28
A prebuilt stylesheet URL/path to link instead of (or alongside) the CDN.
cdn?
optionalcdn?:boolean
Defined in: flow-ui/src/theme.ts:30
Keep loading the Tailwind Play CDN. Defaults to true unless stylesheet is set.
tokensCss?
optionaltokensCss?:string
Defined in: flow-ui/src/theme.ts:32
Extra token CSS appended after the defaults — override :root / .dark here.
noFonts?
optionalnoFonts?:boolean
Defined in: flow-ui/src/theme.ts:34
Skip the bundled Google Fonts links (e.g. you self-host).
extraHead?
optionalextraHead?:string
Defined in: flow-ui/src/theme.ts:36
Extra raw markup appended to the head.