FAB
A floating action button (FAB) performs the primary, or most common, action on a screen. It appears in front of all screen content, typically as a circular shape with an icon in its center.
Usage
Variants
Loading...
Props
note
Includes all Button props.
Name | Type | Default | Description |
---|---|---|---|
color | string | Change the color of the FAB. | |
placement | left | right | FAB placement at bottom, (optional) use style in case of custom placement. | |
size | small | large | large | Change Size of FAB. |
style | View Style | Style for FAB | |
upperCase | boolean | Transform Extended Label text to uppercase. | |
visible | boolean | true | Decide the visibility of the FAB. |