New to KendoReactStart a free 30-day trial

Definition

Package:@progress/kendo-react-buttons

Properties

Represents the children that are passed to the FloatingActionButtonItem.

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.

Default:

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.

Default:

0

text?

string

Specifies the text of the FloatingActionButtonItem see example.