Skip to main content
zerotal

Documentation


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?

optional stylesheet?: string

Defined in: flow-ui/src/theme.ts:28

A prebuilt stylesheet URL/path to link instead of (or alongside) the CDN.


cdn?

optional cdn?: boolean

Defined in: flow-ui/src/theme.ts:30

Keep loading the Tailwind Play CDN. Defaults to true unless stylesheet is set.


tokensCss?

optional tokensCss?: string

Defined in: flow-ui/src/theme.ts:32

Extra token CSS appended after the defaults — override :root / .dark here.


noFonts?

optional noFonts?: boolean

Defined in: flow-ui/src/theme.ts:34

Skip the bundled Google Fonts links (e.g. you self-host).


extraHead?

optional extraHead?: string

Defined in: flow-ui/src/theme.ts:36

Extra raw markup appended to the head.