Skip to main content

Bare

Note

This UI type does not have any tools, for example the upload button tool, because it was made for single file upload or combined file upload. so it is best to set the single_upload option to true or you can add your own custom tools/buttons functions.

Bare UI type is the simplest UI type.

index.js
const instance1 = new CustUp({
targetRootElement: "#container-1",
default_styles_override: {
outerContainer: ["custup_outer_contaner", true],
},
// ...
ui_type: 'bare'
// ...

})