How to change layout of HTTP REST API Fetcher as per user selection?

Hello,

I am currently learning but would like to know how we can change the layout of HTTP REST API Fetcher as per users selection.

I am basically interested in showing user data in Vertical and Grid layouts.

TIA

It’s possible to display the data fetched by HTTP REST API Fetcher however you like - just add the elements you need to the children slot. E.g. for a vertical layout, use a vertical stack. For more info, check out our docs on using slots

Moreover, you can dynamically set HTTP Rest API Fetcher props to change the fetch parameters based on user selection. For more info, check out our docs on Dynamic values

1 Like