Float
Apply Bootstrap float utilities through BCL float attributes.
BCL mapping
Use float and responsive variants such as float-md. Pair floated children with clearfix on the parent when needed.
Floated end
Text wraps around the floated span.
<bs-div clearfix="true">
<bs-span float="End">Floated end</bs-span>
<bs-p>Text wraps around the floated span.</bs-p>
</bs-div>