I have a similar question which was answered by Alex in this thread: Nested Components. I don’t understand his answer “One caveat is that you can’t use a Component within the same set where it gets exported from. So you’ll need to make multiple component sets.”
Here’s my case:
I’ve created a component of tabs using the Tab element. I want all of the tabs and the content within the tabs to be added onto multiple pages. I know I used to be able to do this with global blocks but shouldn’t I also be able to do this with Components? The important part is that if I need to update the content, I want to be able to do it in one place rather than having to edit the individual product pages where this component is being added. I watched the videos on Components, etc. in Web Design Magic. I understand the use of Parameters with Components but in this use case, I don’t need that. My case is much simpler. How can I accomplish this?