New to KendoReact? Learn about KendoReact Free.
FloatingActionButton
Updated on Aug 21, 2025
Represents the KendoReact FloatingActionButton component.
jsx
const App = () => {
return (
<FloatingActionButton icon="plus" text="Create"/>
);
};
| Name | Type | Default | Description |
|---|---|---|---|
props |
|
The props of the FloatingActionButton component. |