Skip to main content

Icons

You can overide the icons or add your own programatically

You can override the icons or add your own icons with the default_icons_override option

For example

const options = {
// ...
default_icons_override: {
send: '<div>S</div>',
eye: '<div>E</div>'
},
}

const uploader = new CustUp(options)

You can set either an SVG or an HTML element to override an icon or as a new icon.