fab

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
1,577
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
32 KB
Demos:
2 contributors
Install fab as a package?
Copied
npm i @bit/mui-org.material-ui.fab
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
chevron_left
chevron_right
fab ()
Properties
NameTypeDescription
children
(required)
node

The content of the button.

classes
(required)
object

Override or extend the styles applied to the component. See CSS API below for more details.

className
string
color
'default' | 'inherit' | 'primary' | 'secondary'

The color of the component. It supports those theme colors that make sense for this component.

component
elementType

The component used for the root node. Either a string to use a DOM element or a component.

disabled
bool

If true, the button will be disabled.

disableFocusRipple
bool

If true, the keyboard focus ripple will be disabled. disableRipple must also be true.

disableRipple
bool

If true, the ripple effect will be disabled.

focusVisibleClassName
string
href
string

The URL to link to when the button is clicked. If defined, an a element will be used as the root node.

size
'small' | 'medium' | 'large'

The size of the button. small is equivalent to the dense button styling.

type
string
variant
'round' | 'extended'

The variant to use.

Help and resources