Interface: FormErrorAlertProperties
Defined in: src/components/shared/FormErrorAlert.tsx:15
Props for the FormErrorAlert component
Extendsโ
Propertiesโ
children?โ
readonly
optional
children:ReactNode
Defined in: shared/types/componentProps.ts:33
Component content (text, elements, or other components)
Inherited fromโ
CoreComponentProperties
.children
className?โ
readonly
optional
className:string
Defined in: shared/types/componentProps.ts:35
Additional CSS classes for styling customization
Inherited fromโ
CoreComponentProperties
.className
disabled?โ
readonly
optional
disabled:boolean
Defined in: shared/types/componentProps.ts:37
Whether the component is disabled and non-interactive
Inherited fromโ
CoreComponentProperties
.disabled
errorโ
readonly
error:null
|string
Defined in: src/components/shared/FormErrorAlert.tsx:17
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global\_Objects/Error message to display
isDark?โ
readonly
optional
isDark:boolean
Defined in: src/components/shared/FormErrorAlert.tsx:19
Whether dark theme is active
onClearError()โ
readonly
onClearError: () =>void
Defined in: src/components/shared/FormErrorAlert.tsx:21
Handler to clear the error
Returnsโ
void