button
v1.0.0arrow_drop_downv1.0.0
STATUS
Passing
DOWNLOADS
5,942
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
5 KB
One or more button variant combinations
1 contributor
Like
Install button as a package?
Copied
npm i @bit/react-bootstrap.react-bootstrap.button
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example 
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout











chevron_left
chevron_right
One or more button variant combinations
buttons may be one of a variety of visual variants such as:
'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'link'
as well as “outline” versions (prefixed by ‘outline-*’)
'outline-primary', 'outline-secondary', 'outline-success', 'outline-danger', 'outline-warning', 'outline-info', 'outline-dark', 'outline-light'
Specifies a large or small button.
Disables the Button, preventing mouse events,
even if the underlying component is an <a>
element
Defines HTML button type attribute.