Interface: StylingProperties
Defined in: shared/types/componentProps.ts:96
Styling and theming properties.
Remarksโ
These props control the visual appearance and behavior of components, providing consistent theming across the application.
Extended byโ
Propertiesโ
fullWidth?โ
readonlyoptionalfullWidth:boolean
Defined in: shared/types/componentProps.ts:98
Whether component should take full width of its container
size?โ
readonlyoptionalsize:ComponentSize
Defined in: shared/types/componentProps.ts:100
Size variant for the component
style?โ
readonlyoptionalstyle:CSSProperties
Defined in: shared/types/componentProps.ts:102
Inline styles to apply (use sparingly)
variant?โ
readonlyoptionalvariant:ComponentVariant
Defined in: shared/types/componentProps.ts:104
Visual variant for component theming