canvas-slots-for-repeatable-content
Installation
SKILL.md
Slots enable components to accept and render child components in designated areas. In this skill, focus on repeatable content patterns (lists, cards, item collections), especially because Canvas does not support array props with complex objects.
For broader slot architecture and decomposition guidance, see
canvas-component-composability.
Canvas limitation: no array props with objects
Canvas will reject components that define array props with nested object items: