Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <aura:component>
  2. <lightning:tabset selectedTabId="two">
  3. <lightning:tab label="Item One" id="one">
  4. <c:child 1>
  5. </lightning:tab>
  6. <lightning:tab label="Item Two" id="two">
  7. <c:child 2>
  8. </lightning:tab>
  9. <lightning:tab label="Item Three" id="three">
  10. <c:child 3>
  11. </lightning:tab>
  12. </lightning:tabset>
  13. </aura:component>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement