Enable the Delete button 🔥

There is a third button that's hidden by default on all EasyEdit components and that is the Delete button which removes the selected component from the DOM. In order to activate it, you will need to set the hideDeleteButton prop to true . You can also change the label of it and add extra CSS classes or a custom React component that you might need for rendering it.

Last updated