FloatingActionButton
Component
Represents the KendoReact FloatingActionButton component.
Definition
Package:@progress/kendo-react-buttons
Syntax:
jsx
const App = () => {
return (
<FloatingActionButton icon="plus" text="Create"/>
);
};
Properties
props
FloatingActionButtonProps intersected with RefAttributes<null | FloatingActionButtonHandle>
The props of the FloatingActionButton component.