<h5>Orientation horizontal - buttons aligned horizontally</h5> <div style="border:3px dotted green;"> <ch5-button-list numberOfItems="3" buttonType="success" centerItems > <ch5-button-list-label> <template> center-aligned </template> </ch5-button-list-label> </ch5-button-list> </div> <br/> <br/> <h5>Orientation vertical - buttons aligned vertically</h5> <div style="border:3px dotted green; height:280px;"> <ch5-button-list orientation="vertical" numberOfItems="3" buttonType="warning" centerItems > <ch5-button-list-label> <template> center-aligned </template> </ch5-button-list-label> </ch5-button-list> </div>