ButtonGroup
Live preview for button-group
Live Demo
Component: button-group
Preview + Code
Code
ButtonGroup(
  children: [
    Button.secondary(label: 'Back', onPressed: () {}),
    Button.primary(label: 'Continue', onPressed: () {}),
  ],
)

ButtonGroup#

Live preview for component 'button-group' in the current Arcane catalog.

See the Component Catalog for source mapping and parity status.

On this page