Flex spacer utility that pushes items apart in toolbars and action rows.
Place s-spacer between flex children to consume free space.
s-spacer
<template> <div style="display: flex; align-items: center; width: 100%"> <s-button>Left</s-button> <s-spacer /> <s-button color="success">Right</s-button> </div> </template>
SliderSplitter