Interface: SaveButtonProperties
Defined in: src/components/shared/SaveButton.tsx:19
Props for the SaveButton component
Extendsโ
Propertiesโ
children?โ
readonlyoptionalchildren:ReactNode
Defined in: shared/types/componentProps.ts:36
Component content (text, elements, or other components)
Inherited fromโ
CoreComponentProperties.children
className?โ
readonlyoptionalclassName:string
Defined in: shared/types/componentProps.ts:38
Additional CSS classes for styling customization
Inherited fromโ
CoreComponentProperties.className
disabled?โ
readonlyoptionaldisabled:boolean
Defined in: shared/types/componentProps.ts:40
Whether the component is disabled and non-interactive
Inherited fromโ
CoreComponentProperties.disabled
aria-label?โ
readonlyoptionalaria-label:string
Defined in: src/components/shared/SaveButton.tsx:21
Accessibility label
isLoading?โ
readonlyoptionalisLoading:boolean
Defined in: src/components/shared/SaveButton.tsx:23
Whether the save operation is loading
onClick()โ
readonlyonClick: () =>void
Defined in: src/components/shared/SaveButton.tsx:25
Click handler for the save action
Returnsโ
void
size?โ
readonlyoptionalsize:"lg"|"md"|"sm"|"xs"
Defined in: src/components/shared/SaveButton.tsx:27
Button size variant