Stacks
Build horizontal and vertical stacks through BCL stack orientation and gap attributes.
BCL mapping
Use stack-orientation with gap on <bs-div>. Use <bs-vr> where a horizontal stack needs a separator.
<bs-div stack-orientation="HStack" gap="Default3">
<bs-button btn-style="Primary">Save</bs-button>
<bs-vr />
<bs-button btn-style="Secondary" outline="true">Cancel</bs-button>
</bs-div>