Skip to main content
답변 5개
  1. 2022년 8월 4일 오후 8:53

    no luck still:

    <aura:component >   <aura:attribute name="badge" type="Object" />   <lightning:icon iconName="{!v.badge.icon}" class="{! 'slds-box slds-box_x-small slds-align_absolute-center slds-size__1-of-1 '+v.badge.color}" alternativeText="{!v.badge.label}" /> </aura:component>

     

    i need to update with this, but not exactly where?

     

    1. Navigate to the IndicatorBadges component. Replace <!--Indicator Badge here--> with this code:
    <c:IndicatorBadge badge="{!thisBadge}" />
0/9000