Inspire Tree

Demo: Inline Editing

Enable editable in the config:

var tree = new InspireTree({
  editable: true,
  data: []
});

new InspireTreeDOM(tree, {
    target: '.tree'
});

You can prevent users from adding or removing nodes if needed through the editing config.