Class: ButtonAction

ButtonAction

This widget is able to display a Bootstrap Button. Information are extracted from the action

Constructor

new ButtonAction(props)

Parameters:
Name Type Description
props object
Source:
Example
const action = {
  id: "test",
  icon: "fa-user",
  title: "Test action"
};
<ButtonAction action={action} />