I recently wanted to make flow chart element components to be reused and add them to my design system so I can re use them throughout my files.
They should naturally have different shapes - circles, parallelograms, and other polygons - and i’d like them to work with autolayout, to resize them and keep consistency.
Is it even possible to create components that are not based on rectangles, as in frame > autolayout > component?
Thank you