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

    Variable cardSizesConst

    cardSizes: {
        compact: {
            badge: string;
            container: string;
            cta: string;
            description: string;
            icon: string;
            iconSize: number;
            image: string;
            meta: string;
            price: string;
            title: string;
            wrapper: string;
        };
        default: {
            badge: string;
            container: string;
            cta: string;
            description: string;
            icon: string;
            iconSize: number;
            image: string;
            meta: string;
            price: string;
            title: string;
            wrapper: string;
        };
        recent: {
            badge: string;
            container: string;
            cta: string;
            description: string;
            icon: string;
            iconSize: number;
            image: string;
            meta: string;
            price: string;
            title: string;
            wrapper: string;
        };
    } = ...

    Predefined styling variants for Deal/Product cards. Each variant maps specific internal elements to their respective Tailwind CSS utility classes. *

    Type Declaration

    • compact: {
          badge: string;
          container: string;
          cta: string;
          description: string;
          icon: string;
          iconSize: number;
          image: string;
          meta: string;
          price: string;
          title: string;
          wrapper: string;
      }
    • default: {
          badge: string;
          container: string;
          cta: string;
          description: string;
          icon: string;
          iconSize: number;
          image: string;
          meta: string;
          price: string;
          title: string;
          wrapper: string;
      }
    • recent: {
          badge: string;
          container: string;
          cta: string;
          description: string;
          icon: string;
          iconSize: number;
          image: string;
          meta: string;
          price: string;
          title: string;
          wrapper: string;
      }