diff --git a/packages/docs/src/en/directives/for.md b/packages/docs/src/en/directives/for.md index 2b6665e7e..bead7d706 100644 --- a/packages/docs/src/en/directives/for.md +++ b/packages/docs/src/en/directives/for.md @@ -25,6 +25,30 @@ Alpine's `x-for` directive allows you to create DOM elements by iterating throug +You may also pass objects to `x-for`. + +```alpine + +``` + + +
+ +
+ + There are two rules worth noting about `x-for`: >`x-for` MUST be declared on a `