Detached
Detached UI type is the type that has the default UI and file display separately on the UI.
index.js
const instance1 = new CustUp({
targetRootElement: "#container-1",
default_styles_override: {
outerContainer: ["custup_outer_contaner", true],
},
// ...
ui_type: 'detached'
// ...
})