Hiyve Components - v1.0.0
    Preparing search index...

    Interface PasswordResetRequestProps

    Props for the PasswordResetRequest component.

    interface PasswordResetRequestProps {
        colors?: Partial<PasswordResetRequestColors>;
        icons?: Partial<PasswordResetRequestIcons>;
        labels?: Partial<PasswordResetRequestLabels>;
        onBack?: () => void;
        onError?: (error: Error) => void;
        onSuccess?: () => void;
        styles?: Partial<PasswordResetRequestStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    colors?: Partial<PasswordResetRequestColors>

    Override default color values

    icons?: Partial<PasswordResetRequestIcons>

    Override default icons

    labels?: Partial<PasswordResetRequestLabels>

    Override default text strings

    onBack?: () => void

    Called when the user clicks "Back to login"

    onError?: (error: Error) => void

    Called when the request fails

    onSuccess?: () => void

    Called after the reset email is sent successfully

    styles?: Partial<PasswordResetRequestStyles>

    Override default dimensions and spacing

    sx?: SxProps<Theme>

    MUI sx prop applied to the root container