New to KendoReact? Learn about KendoReact Free.
FloatingActionButton
Represents the KendoReact FloatingActionButton component.
jsx
const App = () => {
return (
<FloatingActionButton icon="plus" text="Create"/>
);
};
ReactDOM.render(<App />, document.querySelector('my-app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the FloatingActionButton component. |