button-group

v1.0.0arrow_drop_down
v1.0.0
STATUS
Passing
DOWNLOADS
1,571
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
4 KB
Sets the size for all Buttons in the group.
1 contributor
Install button-group as a package?
Copied
npm i @bit/react-bootstrap.react-bootstrap.button-group
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
chevron_left
chevron_right

Sets the size for all Buttons in the group.

Display as a button toggle group.

(Generally it’s better to use ToggleButtonGroup directly)

An ARIA role describing the button group. Usually the default “group” role is fine. An aria-label or aria-labelledby prop is also recommended.

Help and resources