Dankoss Docs - v0.1.0
    Preparing search index...
    • Parameters

      • props: {
            description: string;
            directLink?: boolean;
            eyebrow: string;
            id?: string;
            items: DealCard[];
            title: string;
            viewAllLink?: string;
        }

        Component properties.

        • description: string

          Brief descriptive text.

        • OptionaldirectLink?: boolean

          Dictates whether card click routes directly or opens a modal.

        • eyebrow: string

          Over-title text for the carousel section.

        • Optionalid?: string

          Optional ID for the section.

        • items: DealCard[]

          List of deals to map and render.

        • title: string

          Main title for the carousel section.

        • OptionalviewAllLink?: string

          Optional URL for the "View All" link.

      Returns Element

      The rendered product carousel section.

      Renders a scrollable list of DealCards. Depending on the directLink prop, clicking a card either opens a modal or navigates to the product page.