NsdHSO / shape-synger

0 stars 0 forks source link

Create Cards #2

Open NsdHSO opened 5 months ago

NsdHSO commented 5 months ago

Every Cards must to be an Object with

{ title: string color: string icon: string badgeCount: number }

image image

image

NsdHSO commented 5 months ago
[{
  title: string, 
  cards: {
      title: string;
      superScript: string;
      icon: string;
      subTitle: string;
      color: string;
      id: number | string;
      componentname: string
   }
  }
]