I'm looking for the capability to allow a user to change text on a page dynamically, but I haven't found anything relating to what I'm looking for.
Does anyone know of a way to add this functionality? Is there a library or can I use Vue (which is part of our project) to do this?
The final result I'm looking for
The idea is to allow a user to rename 'Project 1' by pressing the icon on the right, to a name of their choosing, and then save it so the new name is seen every time that user visits the page.
Any help or insight as to how I can get this or build this functionality would be much appreciated.