New to KendoReactLearn about KendoReact Free.

FloatingActionButtonItemProps

Represents the props of the KendoReact FloatingActionButtonItem component.

NameTypeDefaultDescription

children?

any

Represents the children that are passed to the FloatingActionButtonItem.

jsx
<FloatingActionButtonItem>Custom Content</FloatingActionButtonItem>

className?

string

Specifies a list of CSS classes that will be added to the FloatingActionButtonItem.

jsx
<FloatingActionButtonItem className="custom-item" />

disabled?

boolean

false

Specifies if the Floating Action Button Item is disabled see example. Defaults to false.

jsx
<FloatingActionButtonItem disabled />

icon?

string

Defines the icon rendered in the FloatingActionButtonItem see example.

index?

number

Sets the index of the Floating Action Button Item that is used to identify it.

style?

React.CSSProperties

Sets additional CSS styles to the FloatingActionButtonItem.

jsx
<FloatingActionButtonItem style={{ margin: '10px' }} />

svgIcon?

SVGIcon

Defines the SVG icon rendered in the FloatingActionButtonItem.

tabIndex?

number

Sets the tabIndex property of the FloatingActionButtonItem.. Defaults to 0.

text?

string

Specifies the text of the FloatingActionButtonItem see example.

Not finding the help you need?
Contact Support