Mobs
var buttonIcon = new OO.ui.ButtonWidget( { label: 'Button with Icon', icon: 'remove', title: 'Remove' } ); $( document.body ).append( buttonIcon.$element );
var buttonIcon = new OO.ui.ButtonWidget( { label: 'Button with Icon', icon: 'remove', title: 'Remove' } ); $( document.body ).append( buttonIcon.$element );