Last updated 2 years ago
Repeat the element for each item in the source data.
<div x-for="post in posts"> <h1 x-text="post.title"></h1> </div>