Skip to content

Instantly share code, notes, and snippets.

@tccloudz
Created April 25, 2019 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tccloudz/ff7d52665f2103c826349ec1a6f19afd to your computer and use it in GitHub Desktop.
Save tccloudz/ff7d52665f2103c826349ec1a6f19afd to your computer and use it in GitHub Desktop.
FlowTabSetCmp.cmp
<aura:component implements="lightning:availableForFlowScreens" access="global">
<!--Attributes-->
<aura:attribute type="String[]" name="cmpAttrArr" />
<lightning:tabset >
<aura:iteration items="{!v.cmpAttrArr}" var="cmpAttr">
<c:FlowTab cmpAttrs="{!cmpAttr}"/>
</aura:iteration>
</lightning:tabset>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment