Hi There,
Are there any instructions available to understand the mechanics and how to use the Tabs component from the Marketplace?
Hi There,
Are there any instructions available to understand the mechanics and how to use the Tabs component from the Marketplace?
Hello, @Aaron_Alpeter,
if you click on the Documentation link here, you will see a doc for this component:
Regards,
Stanislaw
Hi Stanislav,
Thanks for sharing the documentation. I have a few follow up questions.
The Tab component doesn’t come as a data container out of the box and it appears that the logic associated with the Tabs is looking for named blocks instead of properties inside the data table.
I’ve named the blocks in question appropriately, but I think the crux of my question is if I should be able to edit/add blocks from inside the Tab Component? If so, I am only unable to edit the logic and not the actual component itself.
The Tabs component is a container component which renders tabs according to the passed list of tabs (see the Tabs Logic/Settings in the doc)
It allows you to put anything into the component and then control what exactly components/blocks you want to show according to the current tab
In case you want to compose tabs dynamically you can build a list of tabs and use Repeater render blocks inside, since each Repeater has access to the RepeaterItem DataModel and to the Tabs Component Data Model you can control what block is visible