Button groups

Introduction

abp-button-group is the main container for grouped button elements.

Basic usage:

<abp-button-group>
    <abp-button button-type="Secondary">Left</abp-button>
    <abp-button button-type="Secondary">Middle</abp-button>
    <abp-button button-type="Secondary">Right</abp-button>
</abp-button-group>

Demo

See the button groups demo page to see it in action.

Attributes

direction

A value indicates the direction of the buttons. Should be one of the following values:

  • Horizontal (default value)
  • Vertical

size

A value indicates the size of the buttons in the group. Should be one of the following values:

  • Default (default value)
  • Small
  • Medium
  • Large

Contributors


Last updated: July 31, 2024 Edit this page on GitHub

Was this page helpful?

Please make a selection.

To help us improve, please share your reason for the negative feedback in the field below.

Please enter a note.

Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

In this document
Community Talks

Layered vs Modular vs Microservices... Which one is best for you?

09 Jan, 17:00
Online
Watch the Event
Mastering ABP Framework Book
Mastering ABP Framework

This book will help you gain a complete understanding of the framework and modern web application development techniques.

Learn More