Dankoss Docs - v0.1.0
    Preparing search index...
    • The internal presentational component that renders the actual card UI. Handles local hydration state, global store interactions (cart/favorites), and styling application. *

      Parameters

      • props: {
            className?: string;
            compact?: boolean;
            item: DealCard;
            onClick?: () => void;
            size: any;
        }

        Internal properties passed down from the Factory.

        • OptionalclassName?: string
        • Optionalcompact?: boolean
        • item: DealCard
        • OptionalonClick?: () => void
        • size: any

          The resolved CSS class map from the cardSizes configuration.

      Returns Element