Skip to content

v6.1.0

Choose a tag to compare

@10xSebastian 10xSebastian released this 30 Mar 10:19
· 39 commits to main since this release

background (string): Background passed as CSS to the ReactDialogBackground.

  <ReactDialog background={'rgba(255,255,255,0.6)'} close={this.close} open={this.state.showDialog}>
    <h1>I am a dialog with white background.</h1>
  </ReactDialog>