Skip to content

Instantly share code, notes, and snippets.

@fantactuka
Created September 23, 2022 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fantactuka/60f9389ddb73932d83947e5efb37c8d3 to your computer and use it in GitHub Desktop.
Save fantactuka/60f9389ddb73932d83947e5efb37c8d3 to your computer and use it in GitHub Desktop.
createDom() {
return <div>
<div>
<div contenteditable=false>expand/collapse button</div>
<div ref=this.childrenContainer> </div>
</div>
</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment