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} />
Name | Type | Description |
---|---|---|
props |
object |
const action = {
id: "test",
icon: "fa-user",
title: "Test action"
};
<ButtonAction action={action} />