button

v1.0.0arrow_drop_down
v1.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
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
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
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
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.

Help and resources