Reorder objects in an autolayout component instance. Allow for order overrides.
Allow users to reorder (drag or arrow) objects inside a component instance that has auto-layout on it.
Especially useful for components that have repeated elements, such as a dropdown menu or a group of form inputs, navigation.
This would be much quicker than manually changing each of the elements in-between where the current element is and where the new position is. Or for users that don’t have patience and break the component to reorder it.
In case ordering should be changing by users, consider having an option to lock the order on the main component.