This widget can be used to display bar on top or bottom of page. You can customize displayed text, add custom events, set position of bar.
Currently widget is not on npm, so you need to:
- Clone/download this repository
- Include the css/test.min.css and js/test.min.js files to the page where you want to use it
- Example
var myBar = new MWPjs({
	message: 'msg here - Beautiful and simple website widgets',
	close: function(){ alert('pushed x') },
	clickOk: function(){ alert('pushed ok') },
	position: 'top'
});