Interface: IconProperties
Defined in: shared/types/componentProps.ts:158
Icon integration properties.
Remarksโ
These props provide consistent icon integration patterns across components that support icon display.
Extended byโ
Propertiesโ
icon?โ
readonlyoptionalicon:ReactNode
Defined in: shared/types/componentProps.ts:160
Icon element to display
iconColor?โ
readonlyoptionaliconColor:string
Defined in: shared/types/componentProps.ts:162
Color theme for the icon
iconOnly?โ
readonlyoptionaliconOnly:boolean
Defined in: shared/types/componentProps.ts:164
Whether to show only the icon (hide text content)
iconPosition?โ
readonlyoptionaliconPosition:"left"|"right"
Defined in: shared/types/componentProps.ts:166
Position of the icon relative to content