How to Use

// click file-upload button
<iframe
  src="https://o2x.net/file-button"
  // custom style
  style={{
    width: "100%",
    height: 350,
    border: "none"
  }}
/>;
// dropzone upload file list
<iframe
  src="https://o2x.net/dropzone"
  // custom style
  style={{
    width: "100%",
    height: 350,
    border: "none"
  }}
/>;