CDP Frontend SDK
    Preparing search index...

    Interface SignInImageProps

    Props for the SignInImage component.

    interface SignInImageProps {
        className?: string;
        alt?: string;
        src?: string;
    }
    Index

    Properties

    Properties

    className?: string

    The class name to apply to the component.

    alt?: string

    The alt text for the image.

    src?: string

    The source URL for the image. Uses the app logo by default.