Skip to main content

Interface: StylingProperties

Defined in: shared/types/componentProps.ts:141

Styling and theming properties.

Remarksโ€‹

These props control the visual appearance and behavior of components, providing consistent theming across the app.

Hierarchyโ€‹

View Summary

Extended byโ€‹

Propertiesโ€‹

fullWidth?โ€‹

readonly optional fullWidth?: boolean;

Defined in: shared/types/componentProps.ts:143

Whether component should take full width of its container


size?โ€‹

readonly optional size?: ComponentSize;

Defined in: shared/types/componentProps.ts:145

Size variant for the component


style?โ€‹

readonly optional style?: CSSProperties;

Defined in: shared/types/componentProps.ts:147

Inline styles to apply (use sparingly)


variant?โ€‹

readonly optional variant?: ComponentVariant;

Defined in: shared/types/componentProps.ts:149

Visual variant for component theming