I am in need of a solution that will enable a user to update text on a webpage dynamically. I have been unable to find any information on how to achieve this.
Is there anyone aware of a method to implement this feature? Perhaps a library or utilizing Vue (which is part of our current project)?
The desired outcome I am aiming for
The concept is to empower the user to change 'Project 1' to a name of their choice by clicking the icon on the right, and then saving it so the new name persists each time the user revisits the page.
Any assistance or guidance on obtaining or creating this functionality would be greatly valued.