Preparing search index...

    Props for the RecipeCard component

    type RecipeCardProps = {
        testId: string;
        size: "small" | "medium";
        recipe: recipeTableElement;
    }
    Index

    Properties

    Properties

    testId: string

    Unique identifier for testing and accessibility

    size: "small" | "medium"

    Size variant affecting layout and information density

    Recipe data to display in the card