Button group
Button group
Edit element properties
import "@rhds/elements/rh-button/rh-button.js";
import "@rhds/elements/rh-button-group/rh-button-group.js";
<rh-button-group>
<rh-button variant="primary">Save</rh-button>
<rh-button variant="secondary">Cancel</rh-button>
<rh-button variant="tertiary">More</rh-button>
</rh-button-group>
Horizontal
Edit element properties
import "@rhds/elements/rh-button/rh-button.js";
import "@rhds/elements/rh-button-group/rh-button-group.js";
<rh-button-group>
<rh-button variant="primary">Save</rh-button>
<rh-button variant="secondary">Cancel</rh-button>
<rh-button variant="tertiary">More</rh-button>
</rh-button-group>
<rh-button-group>
<rh-button variant="secondary" icon="edit" label="Edit"></rh-button>
<rh-button variant="secondary" icon="copy" label="Copy"></rh-button>
<rh-button variant="secondary" icon="undo" label="Undo"></rh-button>
<rh-button variant="secondary" icon="trash" label="Delete"></rh-button>
</rh-button-group>
Vertical
Edit element properties
import "@rhds/elements/rh-button/rh-button.js";
import "@rhds/elements/rh-button-group/rh-button-group.js";
<rh-button-group orientation="vertical">
<rh-button variant="primary">Save</rh-button>
<rh-button variant="secondary">Cancel</rh-button>
<rh-button variant="tertiary">More</rh-button>
</rh-button-group>
<rh-button-group orientation="vertical">
<rh-button variant="secondary" icon="edit" label="Edit"></rh-button>
<rh-button variant="secondary" icon="copy" label="Copy"></rh-button>
<rh-button variant="secondary" icon="undo" label="Undo"></rh-button>
<rh-button variant="secondary" icon="trash" label="Delete"></rh-button>
</rh-button-group>
Other libraries
To learn more about our other libraries, visit this page.
Feedback
To give feedback about anything on this page, contact us.