Preparing search index...

    Props for the RecipeRecommendation component

    type RecipeRecommendationProps = {
        testId: string;
        titleRecommendation: string;
        carouselProps: recipeTableElement[];
    }
    Index

    Properties

    testId: string

    Unique identifier for testing and accessibility

    titleRecommendation: string

    Title text for the recommendation section

    carouselProps: recipeTableElement[]

    Array of recipe data to display in the carousel