FloatingActionButtonItemProps
Represents the props of the KendoReact FloatingActionButtonItem component.
Definition
Package:@progress/kendo-react-buttons
Properties
children?
any
Represents the children that are passed to the FloatingActionButtonItem.
className?
string
Specifies a list of CSS classes that will be added to the FloatingActionButtonItem.
disabled?
boolean
Specifies if the Floating Action Button Item is disabled see example.
false
icon?
string
Defines the icon that renders in the FloatingActionButtonItem see example.
index?
number
Sets the index of the Floating Action Button Item that you use to identify it.
style?
CSSProperties
Sets additional CSS styles to the FloatingActionButtonItem.
svgIcon?
SVGIcon
Defines the SVG icon that renders in the FloatingActionButtonItem.
tabIndex?
number
Sets the tabIndex property of the FloatingActionButtonItem.
0
text?
string
Specifies the text of the FloatingActionButtonItem see example.