New to KendoReactLearn about KendoReact Free.

FloatingActionButtonItem

Represents the KendoReact FloatingActionButtonItem component.

A Functional Component.

jsx

const App = () => {
  return (
      <FloatingActionButton items={[{icon: 'pencil', text: 'Edit'}, {icon: 'close', text: 'Remove'}] icon: 'plus'} />
  );
};
   ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

Omit<FloatingActionButtonItemProps> intersected with RefAttributes<"null" | FloatingActionButtonItemHandle>

The props of the FloatingActionButtonItem component.

Not finding the help you need?
Contact Support