Elegant
Elegant UI type is a beautiful and fully responsive UI type.
index.js
const instance1 = new CustUp({
targetRootElement: "#container-1",
default_styles_override: {
outerContainer: ["custup_outer_contaner", true],
},
// ...
ui_type: 'elegant'
// ...
})