Is it possible to apply individual Auto Layout to multiple variants simultaneously?

I need to add auto layout to multiple variants in a component. Since it is time consuming to individually select each variant and set auto layout, is there any way I can select multiple variants and set individual auto layouts to them in one go?

You can achieve this with plugins like this one:

2 Likes

I’m using Batch AutoLayout for this purpose

2 Likes