ButtonGroup
This is a pass through component from React-Bootstrap.
See React-Bootstrap for documentation.
Basic Usage
Show editable code example
Any Paragon component or export may be added to the code example.
ButtonToolbar
Show editable code example
Any Paragon component or export may be added to the code example.
Theme Variables#
| CSS Variable | Computed Value |
|---|---|
| | |
| | |
| | |
| | |
| | |
Props API#
ButtonGroup Props API
- as
React.ElementTypeSpecifies element type for this component.
- role
React.AriaRoleAn ARIA role describing the button group (default:
group). - size
'sm'|'md'|'lg'|'inline'Default'md'Specifies the size for all Buttons in the group (default:
md). - toggle
booleanDisplay as a button toggle group (default:
false). - vertical
booleanSpecifies if the set of Buttons should appear vertically stacked (default:
false). - bsPrefix
stringOverrides underlying component base CSS class name (default:
btn-group).
ButtonToolbar Props API
- role
React.AriaRoleAn ARIA role describing the button group (default:
toolbar). - bsPrefix
stringOverrides underlying component base CSS class name (default:
btn-toolbar)