x-for ===== Alpine's `x-for` directive allows you to create DOM elements by iterating through a list. Here's a simple example of using it to create a list of colors based on an array. * Red * Orange * Yellow You may also pass objects to `x-for`. * make: Jeep * model: Grand Cherokee * color: Black There are two rules worth noting about `x-for`: > `x-for` MUST be declared on a `