Custom Buttons 🔥
Last updated
Last updated
The saveButtonLabel
, cancelButtonLabel
and deleteButtonLabel
control what's displayed as a label for all buttons available on each EasyEdit
component to the user. You can just simply pass in a string to change the label or you could pass another react component in it. In the example below, we use the popular library FontAwesome to change both the Save and Cancel buttons of an EasyEdit
component.