Data Binding
The FloatingActionButton items provide configuration options for handling their properties and overriding their default rendering. To render the FloatingActionButton items, use the items
FloatingActionButton property.
Тhe component can extract the icon
and text
values from the data items and thus set the icon and text of the items in the popup.
The following example demonstrates how to bind the FloatingActionButton to an array of objects: