I want to create a cardview using dynamic components

I want to create a cardveiw using dynamic componets extensions in such a way that the labels will come up and the buttons will come down in a line, I need guidance on how to make a block for this, I need it very much.
20210131_211140|500x500

Create a cardview then create label aswellas a horizontal arrangement in cardview then create 3 labels in horizontal arrangement dynamically..

1 Like

I was trying, but the buttons came in a vertical way, I want a horizontal way

Next time make a title that reflects your question. I did it for you.

1 Like

It’s because in card view, everything is arranged in a vertical manner by-default. If you want to arrange something (buttons in your case) horizontally, then first place/create a horizontal arrangement in that cardview, and then create buttons in that horizontal arrangement

4 Likes