Hi team,
Just wondered if you had any suggestions on the best way to build a tab component so that it is re-useable,
got a few ideas on making something work when i know how many tabs there will be, but for a reusable version that takes the amount of tabs required dynamically I am struggling.
I started by building some tabs that are repeating over a tabData attribute which will give a dynamic amount of tabs, I was then thinking about using a slot where the slot name is set by a formula, but looks like we can't set slot names in that way, so wondered if you had any suggestions ...?