--- // const { ingredients } = Astro.props const { class: className, ingredients } = Astro.props --- { ingredients.map(ing => ( <> )) }
Quantity Unit Food
{ing.quantity} {ing.unit} {ing.name}