Skip to main content

Within a component have the possibility to flag frames or instances that can be repeated multiple times.

  • February 22, 2025
  • 0 replies
  • 11 views

Alexandre_Gallois

Basic use case

I have a menu component which is composed of:

  • header frame
  • body frame
  • footer frame

In the body frame there is a menu-list-item component.

When I use a menu component instance I would like to be able, in the properties panel, to increase the number of menu-list-item to n instances.

Feature suggestion: would be a feature that would allow me to flag the menu-list-item as a component instance that can be replicated n times inside my instance, either vertically or horizontally.

It would avoid the cumbersome and not so clean workaround of working with slots/placeholders and keep in files plenty of “unique content component”.

Other use case
In my input, when in “inserted” state I can either choose to have chips or text.
In the case of chips I would like to flag the chips as elements that can be replicated n times horizontally.

 

In my instance I would be then able to select the “insterted” state of my input with chips instead of text and would be able to put multiple chips as result.