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