Button group
Button groups consist of related Buttons, a group of actions related to one task.
Default
Copy Pug Copy HTML Open in playground Show code Hide code.e-buttongroup
<div class="e-buttongroup">
<button class="e-btn" type="reset">
Default
</button>
<button class="e-btn e-btn-secondary" type="submit">
Secondary
</button>
<button class="e-btn e-btn-primary" type="submit">
Primary
</button>
</div><div class="e-buttongroup">
<button class="e-btn" type="reset">
Default
</button>
<button class="e-btn e-btn-secondary" type="submit">
Secondary
</button>
<button class="e-btn e-btn-primary" type="submit">
Primary
</button>
</div>JavaScript Copy JavaScript
Variations
Sticky Copy Pug Copy HTML Open in playground Show code Hide code.e-buttongroup-sticky
<div class="e-buttongroup e-buttongroup-sticky">
<button class="e-btn" type="reset">
Default
</button>
<button class="e-btn e-btn-secondary" type="submit">
Secondary
</button>
<button class="e-btn e-btn-primary" type="submit">
Primary
</button>
</div><div class="e-buttongroup e-buttongroup-sticky">
<button class="e-btn" type="reset">
Default
</button>
<button class="e-btn e-btn-secondary" type="submit">
Secondary
</button>
<button class="e-btn e-btn-primary" type="submit">
Primary
</button>
</div>JavaScript Copy JavaScript
Flexbox Copy Pug Copy HTML Open in playground Show code Hide code.e-buttongroup-flex
<div class="e-buttongroup e-buttongroup-flex">
<button class="e-btn e-btn-primary" type="submit">
Primary button
</button>
<button class="e-btn e-btn-secondary" type="submit">
Secondary
</button>
<button class="e-btn" type="submit">
Secondary
</button>
<button class="e-btn" type="submit">
Secondary
</button>
<button class="e-btn" type="submit">
Secondary
</button>
<button class="e-btn" type="reset">
Default button
</button>
</div><div class="e-buttongroup e-buttongroup-flex">
<button class="e-btn e-btn-primary" type="submit">
Primary button
</button>
<button class="e-btn e-btn-secondary" type="submit">
Secondary
</button>
<button class="e-btn" type="submit">
Secondary
</button>
<button class="e-btn" type="submit">
Secondary
</button>
<button class="e-btn" type="submit">
Secondary
</button>
<button class="e-btn" type="reset">
Default button
</button>
</div>JavaScript Copy JavaScript