You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example demonstrates using FormKit's repeater functionality to manage dynamic lists of items with add, remove, copy, and reorder capabilities.
56
+
</p>
57
+
<pclass="text-muted-foreground">
58
+
Create dynamic form sections where users can add multiple items, copy existing ones, and reorder them using intuitive controls powered by Nuxt UI components.
59
+
</p>
60
+
</div>
61
+
62
+
<USeparatorclass="my-8" />
63
+
64
+
<divclass="space-y-12">
65
+
<section>
66
+
<h2class="text-2xl font-semibold mb-4">
67
+
Dynamic Attack List
68
+
</h2>
69
+
<pclass="text-muted-foreground mb-6">
70
+
Manage a character's attacks with dynamic add, remove, copy, and reorder actions. Each attack can be customized with name and damage values.
0 commit comments