FloatingActionButtonItemProps
Represents the props of the KendoReact FloatingActionButtonItem component.
| Name | Type | Default | Description | 
|---|---|---|---|
| children? | 
 | Represents the children that are passed to the FloatingActionButtonItem. jsx  | |
| className? | 
 | Specifies a list of CSS classes that will be added to the FloatingActionButtonItem. jsx  | |
| disabled? | 
 | 
 | Specifies if the Floating Action Button Item is disabled see example. jsx  | 
| icon? | 
 | Defines the icon that renders in the FloatingActionButtonItem see example. | |
| index? | 
 | Sets the index of the Floating Action Button Item that you use to identify it. | |
| style? | 
 | Sets additional CSS styles to the FloatingActionButtonItem. jsx  | |
| svgIcon? | 
 | Defines the SVG icon that renders in the FloatingActionButtonItem. | |
| tabIndex? | 
 | 
 | Sets the  | 
| text? | 
 | Specifies the text of the FloatingActionButtonItem see example. |