Function: Repeat()
function Repeat(__namedParameters): Element;
Defined in: components/Repeat.tsx:33
repeat — an add/remove/reorder list of instances.
Reordering is exposed as Move up / Move down buttons, not drag and drop. WCAG 2.2 SC 2.5.7 requires a non-dragging alternative, and on the target devices (one-handed use, gloves, cracked digitisers) the buttons are the primary path rather than the fallback. Drag remains an optional host add-on.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | ElementComponentProps |
Returns
Element