application - v0.1.0
    Preparing search index...

    Props du composant HomeCard

    type HomeCardProps = {
        title: string;
        imageSrc: string;
        imageAlt: string;
        speech: string;
        orientation?: "normal" | "reverse";
    }
    Index

    Properties

    title: string

    Titre de la carte

    imageSrc: string

    Source de l'image

    imageAlt: string

    Texte alternatif de l'image

    speech: string

    Texte de présentation

    orientation?: "normal" | "reverse"

    Orientation de la carte (normale ou inversée)