react-easy-edit
  • ➡️Getting started
  • 🔥Migration Guide to v2.0.0
  • 📖Props
  • 👀Examples
    • Auto Cancelling
    • Auto Submitting
    • Button Positioning
    • Custom Buttons 🔥
    • Custom Display Component
    • Custom Input Component
    • Preventing Edit
    • OnBlur
    • Enable the Delete button 🔥
    • Toggle edit mode for multiple components 🔥
  • 👾Styling
  • 🆗Validation
  • 🤝Contribute
Powered by GitBook
On this page
  1. Examples

Button Positioning

PreviousAuto SubmittingNextCustom Buttons 🔥

Last updated 5 years ago

Both the "Save" and "Cancel" buttons can be positioned either before or after the editable component gets rendered. In order to achieve that, you simply pass in the prop buttonsPosition with your preferred value. The default value is set to 'after'

👀