Preparing search index...

    Props for the Carousel component

    type CarouselItemProps = {
        items: recipeTableElement[];
        testID: string;
    }
    Index

    Properties

    Properties

    Array of recipe data to display as cards

    testID: string

    Unique identifier for testing and accessibility