5 answers
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?
- Navigate to the IndicatorBadges component. Replace <!--Indicator Badge here--> with this code:
<c:IndicatorBadge badge="{!thisBadge}" />