Skip to content

v1.1.0

Choose a tag to compare

@10xSebastian 10xSebastian released this 07 Jul 12:47
· 45 commits to main since this release
87bd66c

container (HTMLElement): Allows to provide an explicit container the dialog stack is rendered into (created through ReactDOM portal).

  <ReactDialogStack 
    container={document.getElementById('app')}
  />