Answer the question
In order to leave comments, you need to log in
How to make dependency of one component to another?
For example, there is a block in which there are goods. When you click the "show more" button -> even more products are displayed on the page.
For example, there is a Block component where there are two react components inside it.
For example, Listitems -> products. A Button is a button that should show even more products when you click on it.
<Block
<ListItems />
<Button label="Show more"
className="red-background"
/>
</Block>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question