Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Button Group

import { AXButtonGroupModule } from '@acorex/components/button-group'; Button group allows multiple buttons to be grouped together, enabling a selectable state for each button within the group. This feature enhances user interaction by providing a cohesive set of options.

Overview

In this section, you can test different options of this component and see the output in real time
Default
Solid
MD
Single

Usage

A simple example of usingax-button-group
Preview
Code

Dropdown Items

In single selection mode, only one of the buttons is selected.
Preview
Code

Splitted Buttons

In single selection mode, only one of the buttons is selected.
Preview
Code

Design Tokens

Design tokens are variables that define the visual style of ACoreX components. You can use them to change colors, typography, spacing, and other visual aspects. Default component colors use system surface colors.
--ax-comp-button-group-border-radiusvar(--ax-sys-border-radius)Border radius of the button group. Uses the system's border radius.

Props

colorstringghostSpecifies the color of the button group.
lookAXStyleLookTypesolidDetermines the appearance of the button group.
selectionstringsingleSpecifies the selection mode of the button group (e.g., single or multiple selection).
disablebooleanfalseDisables the button group.

Methods

onClick

AXClickEvent

Specifies the function to be called when the button is clicked.
onBlur

AXFocusEvent

Specifies the function to be called when the button loses focus.
onFocus

AXFocusEvent

Specifies the function to be called when the button gains focus.
lookChange

AXStyleLookType

Specifies the function to be called when the appearance of the button changes.
colorChange

AXStyleColorType

Specifies the function to be called when the color of the button changes.
disabledChange

boolean

Specifies the function to be called when the disabled state of the button changes.
selectionChange

AXSelectionMode

Specifies the function to be called when the selection mode of the button group changes.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page