<.horiz> <:item class="bg-bd-green-200">Item 1</:item> <:item class="bg-bd-blue-200">Item 2</:item> </.horiz>
<.horiz> <:item class="bg-bd-green-200">Item 1</:item> <:item class="bg-bd-blue-200">Item 2</:item> <:item class="bg-bd-yellow-200">Item 3</:item> </.horiz>
<.horiz> <:item span="2" class="bg-bd-green-200">Item 1</:item> <:item class="bg-bd-yellow-200">Item 2</:item> </.horiz>
<.horiz> <:item class="bg-bd-green-200">1</:item> <:item span="2" class="bg-bd-yellow-200">2</:item> <:item span="3" class="bg-bd-green-200">3</:item> <:item span="4" class="bg-bd-yellow-200">4</:item> <:item class="bg-bd-green-200">1</:item> </.horiz>
<.horiz class="bg-bd-gray-200" flex> <:item class="bg-bd-green-200">item 1</:item> <:item class="bg-bd-yellow-200">and another item</:item> </.horiz>
<.horiz class="bg-bd-gray-400 gap-2 p-2" flex> <:item class="bg-bd-green-200 p-2">item 1</:item> <:item class="bg-bd-yellow-200 p-2">and another item</:item> </.horiz>
<.horiz class="bg-bd-gray-400 gap-2 p-2 w-full" flex> <:item class="bg-bd-green-200 p-2 grow">item 1</:item> <:item class="bg-bd-yellow-200 p-2">and another item</:item> </.horiz>