This is the project created during the Live Session below.
⚠️ Note that this template has not been fully tested and it's not an official Cuttle template, but you can use it as a starting point for your own projects.
Single Name Tag
Using Auto Layout
When using Auto Layout this is the line that is doing the work:
namesList.map(nameOnTag => NameTag({nameOnTag}))
By mapping each of the names on namesList into a new instance of the NameTag.
Using Linear Repeat
When using a repeat modifier you want to check the option to CUSTOMIZE EACH REPETITION.
Then on the NameTag we use this expression for the name namesList[rep] in order to get each repetition to have a consecutive item from the namesList.
Using Tile Repeat
Similar to the version above but we use tile repeat instead. In this case you need to manually select the number of rows and columns to get the number of tags to match the number of names in the list.
Free for personal use. To sell physical items upgrade to Cuttle Pro.