New to KendoReactLearn about KendoReact Free.

FloatingActionButton

Represents the KendoReact FloatingActionButton component.

A Functional Component.

jsx
const App = () => {
  return (
    <FloatingActionButton icon="plus" text="Create"/>
  );
};
   ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

FloatingActionButtonProps intersected with RefAttributes<"null" | FloatingActionButtonHandle>

The props of the FloatingActionButton component.

Not finding the help you need?
Contact Support