> For the complete documentation index, see [llms.txt](https://giorgosart.gitbook.io/react-easy-edit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://giorgosart.gitbook.io/react-easy-edit/examples/custom-buttons.md).

# Custom Buttons 🔥

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.

{% embed url="<https://codesandbox.io/s/custom-buttons-w9tye?autoresize=1&fontsize=14&hidenavigation=1&theme=dark>" %}
