wv-button-group
Purpose
<wv-button-group/>
. Used to wrap a list of <wv-button/>
providing the ability to render them as toolbar - horizontal or vertical.
Properties
name | description |
---|---|
class |
object type: default value: is required: CSS classes that you may need to add to the standard Bootstrap CSS |
id |
object type: default value: is required: Html ID you may need to set to the rendered element |
is-vertical |
object type: default value: is required: If TRUE, will render the button list vertically. |
size |
object type: default value: is required: Size of the element. Options are: Normal,Small,Large, Inherit |
Example
<wv-button-group size="@CssSize.Small">
<wv-button text="Save" color="@ErpColor.Primary"></wv-button>
<wv-button text="Cancel" color="@ErpColor.Secondary"></wv-button>
</wv-button-group>