FloatingActionButtonItem
Component
Represents the KendoReact FloatingActionButtonItem component.
Definition
Package:@progress/kendo-react-buttons
Syntax:
jsx
const App = () => {
return (
<FloatingActionButton items={[{icon: 'pencil', text: 'Edit'}, {icon: 'close', text: 'Remove'}] icon: 'plus'} />
);
};
Properties
props
Omit<FloatingActionButtonItemProps, "ref"> intersected with RefAttributes<null | FloatingActionButtonItemHandle>
The props of the FloatingActionButtonItem component.