• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

FloatingActionButtonItemProps

Represents the props of the KendoReact FloatingActionButtonItem component.

NameTypeDefaultDescription

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. Defaults to false.

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.

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.