Skip to main content
Version: 1.1.0

IDataFormThemeTokens

@spartanfx/react v1.1.0


@spartanfx/react / index / IDataFormThemeTokens

Interface: IDataFormThemeTokens

Theme tokens for DataForm styling.

Properties

PropertyTypeDescription
borderRadius?stringBorder radius for inputs and form surfaces.
colorBackground?stringMain form background color.
colorBorder?stringBorder color for controls and dividers.
colorDisabledBackground?stringDisabled control background.
colorDisabledText?stringDisabled text color.
colorError?stringError text and border color.
colorFocus?stringFocus border/shadow color.
colorHover?stringHover background for interactive controls.
colorPlaceholder?stringPlaceholder text color.
colorPrimary?stringPrimary accent color used for focused controls and loading indicators.
colorSurface?stringField/control surface color.
colorText?stringPrimary text color.
colorTextSecondary?stringSecondary text and description color.
controlFontSize?stringControl font size.
controlHeight?stringControl height.
fieldGap?stringField row gap.
labelFontSize?stringLabel font size.
shadow?stringBox shadow used by framed form surfaces.
spacing?stringBase spacing unit.
transition?stringTransition duration/easing for controls.