Cluster - with a flex grow child element

Here a child element with the class .flex-grow:2 applied will will have a flex-grow property of 2 - causing it to grow to stretch horizontally to fill the available space.

<Cluster>
	<span class="flex-grow:2">.flex-grow:2</span>
	<span>Item</span>
	<span>Item</span>
	<span>Item</span>
	...
</Cluster>

Props

Example

.flex-grow:2 Item Item Item Item Item Item