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.
Defaults to jsx
|
icon? |
|
Defines the icon rendered in the FloatingActionButtonItem see example. | |
index? |
|
Sets the index of the Floating Action Button Item that is used to identify it. | |
style? |
|
Sets additional CSS styles to the FloatingActionButtonItem. jsx
| |
svgIcon? |
|
Defines the SVG icon rendered in the FloatingActionButtonItem. | |
tabIndex? |
|
Sets the | |
text? |
|
Specifies the text of the FloatingActionButtonItem see example. |